diff mercurial/help/templates.txt @ 32139:de86a6872d06 stable

help: spelling fixes
author Matt Harbison <matt_harbison@yahoo.com>
date Wed, 03 May 2017 22:07:47 -0400
parents b8a188a6f191
children c8f2cf18b82e
line wrap: on
line diff
--- a/mercurial/help/templates.txt	Wed May 03 22:05:23 2017 -0400
+++ b/mercurial/help/templates.txt	Wed May 03 22:07:47 2017 -0400
@@ -62,7 +62,7 @@
   * for multiplication
   / for floor division (division rounded to integer nearest -infinity)
 
-Division fulfils the law x = x / y + mod(x, y).
+Division fulfills the law x = x / y + mod(x, y).
 
 Also, for any expression that returns a list, there is a list operator::