git-format-patch: add a new format.cc configuration variable
[gitweb.git] / Documentation / gitcli.txt
index a4703cd7c1c3e14219a2ad86b410843d16ecc7ff..7ee5ce386f851ee054991c5275d89bca4f226447 100644 (file)
@@ -95,7 +95,7 @@ $ git foo -oArg
 $ git foo -o Arg
 ----------------------------
 
-However, this is *NOT* allowed for switches with an optionnal value, where the
+However, this is *NOT* allowed for switches with an optional value, where the
 'sticked' form must be used:
 ----------------------------
 $ git describe --abbrev HEAD     # correct