mercurial/commands.py
changeset 1995 2da2d46862fb
parent 1994 78ef83c9e9e1
child 1996 4c70b10f0418
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -1030,7 +1030,7 @@ def commit(ui, repo, *pats, **opts):
     Commit changes to the given files into the repository.
 
     If a list of files is omitted, all changes reported by "hg status"
-    will be commited.
+    will be committed.
 
     The HGEDITOR or EDITOR environment variables are used to start an
     editor to add a commit comment.