changeset 17487:1bdce7e918bb

spelling: don't/do not
author timeless@mozdev.org
date Fri, 17 Aug 2012 13:58:18 -0700
parents 73e3e368bd42
children eabb9a047502
files doc/hgmanpage.py hgext/acl.py
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/hgmanpage.py	Fri Aug 17 13:58:18 2012 -0700
+++ b/doc/hgmanpage.py	Fri Aug 17 13:58:18 2012 -0700
@@ -900,7 +900,7 @@
         # ``.PP`` : Start standard indented paragraph.
         # ``.LP`` : Start block paragraph, all except the first.
         # ``.P [type]``  : Start paragraph type.
-        # NOTE dont use paragraph starts because they reset indentation.
+        # NOTE don't use paragraph starts because they reset indentation.
         # ``.sp`` is only vertical space
         self.ensure_eol()
         self.body.append('.sp\n')
--- a/hgext/acl.py	Fri Aug 17 13:58:18 2012 -0700
+++ b/hgext/acl.py	Fri Aug 17 13:58:18 2012 -0700
@@ -126,9 +126,9 @@
   # Group "hg-denied" will not have write access to any file:
   ** = @hg-denied
 
-  # Nobody will be able to change "DONT-TOUCH-THIS.txt", despite
+  # Nobody will be able to change "DO-NOT-TOUCH-THIS.txt", despite
   # everyone being able to change all other files. See below.
-  src/main/resources/DONT-TOUCH-THIS.txt = *
+  src/main/resources/DO-NOT-TOUCH-THIS.txt = *
 
   [acl.allow]
   # if acl.allow is not present, all users are allowed by default