diff options
| author | Kyle Meyer <kyle@kyleam.com> | 2015-08-18 01:13:51 -0400 |
|---|---|---|
| committer | Kyle Meyer <kyle@kyleam.com> | 2015-08-18 01:13:51 -0400 |
| commit | b52635c93409069d08607311bf0cb56b94a55d04 (patch) | |
| tree | 04fcb865cf979497178107842600fa30fcb91c76 /lisp | |
| parent | a83f9303be806dd2e793cd7207926f0fc8dd8146 (diff) | |
git-commit.el: fix commentary typo
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/git-commit.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/git-commit.el b/lisp/git-commit.el index e2c9ea9..c03be78 100644 --- a/lisp/git-commit.el +++ b/lisp/git-commit.el @@ -101,7 +101,7 @@ ;; files. ;; Finally this package highlights style errors, like lines that are -;; to long, or when the second line is not empty. It may even nag you +;; too long, or when the second line is not empty. It may even nag you ;; when you attempt to finish the commit without having fixed these ;; issues. Some people like that nagging, I don't, so you'll have to ;; enable it. Which brings me to the last point. Like any |
