[nemiver] Fix a typo



commit cb818d513b792ff594aeea33a73479b88b649d74
Author: Hubert Figuiere <hub figuiere net>
Date:   Fri May 1 13:38:57 2009 -0400

    Fix a typo
    
            * git-commit-messages.README: fix a typo
---
 git-commit-messages.README |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/git-commit-messages.README b/git-commit-messages.README
index 470db95..39b6af4 100644
--- a/git-commit-messages.README
+++ b/git-commit-messages.README
@@ -1,7 +1,7 @@
 Git commit messages format
 ==========================
 
-The first line of a git commit message should start at colonne 1, with no
+The first line of a git commit message should start at column 1, with no
 space. That line should be a short summary of the purpose of the commit.
 If the commit relates to a bug filed into bugzilla, the line should end with
 '(Closes: #<number-of-the-bug>)', without the quotes.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]