[PATCH 1 of 1] Typo fix in help

Greg Ward gerg-hg at gerg.ca
Mon Mar 23 14:04:37 CDT 2009


# HG changeset patch
# User Greg Ward <gerg-hg at gerg.ca>
# Date 1237835066 14400
# Node ID e6a4f76b154af83e5305e251b2521bc09096219f
# Parent  b2c18c7956221df0f961ac697a01effa1233978f
Typo fix in help.

diff --git a/i18n/da.po b/i18n/da.po
--- a/i18n/da.po
+++ b/i18n/da.po
@@ -7764,7 +7764,7 @@
 "    revisions.\n"
 "\n"
 "    A plain integer is treated as a revision number. Negative\n"
-"    integers are treated as toplogical offsets from the tip, with\n"
+"    integers are treated as topological offsets from the tip, with\n"
 "    -1 denoting the tip. As such, negative numbers are only useful\n"
 "    if you've memorized your local tree numbers and want to save\n"
 "    typing a single digit. This editor suggests copy and paste.\n"
diff --git a/i18n/it.po b/i18n/it.po
--- a/i18n/it.po
+++ b/i18n/it.po
@@ -7992,7 +7992,7 @@
 "    revisions.\n"
 "\n"
 "    A plain integer is treated as a revision number. Negative\n"
-"    integers are treated as toplogical offsets from the tip, with\n"
+"    integers are treated as topological offsets from the tip, with\n"
 "    -1 denoting the tip. As such, negative numbers are only useful\n"
 "    if you've memorized your local tree numbers and want to save\n"
 "    typing a single digit. This editor suggests copy and paste.\n"
diff --git a/i18n/ja.po b/i18n/ja.po
--- a/i18n/ja.po
+++ b/i18n/ja.po
@@ -8300,7 +8300,7 @@
 "    revisions.\n"
 "\n"
 "    A plain integer is treated as a revision number. Negative\n"
-"    integers are treated as toplogical offsets from the tip, with\n"
+"    integers are treated as topological offsets from the tip, with\n"
 "    -1 denoting the tip. As such, negative numbers are only useful\n"
 "    if you've memorized your local tree numbers and want to save\n"
 "    typing a single digit. This editor suggests copy and paste.\n"
diff --git a/mercurial/help.py b/mercurial/help.py
--- a/mercurial/help.py
+++ b/mercurial/help.py
@@ -178,7 +178,7 @@
     revisions.
 
     A plain integer is treated as a revision number. Negative
-    integers are treated as toplogical offsets from the tip, with
+    integers are treated as topological offsets from the tip, with
     -1 denoting the tip. As such, negative numbers are only useful
     if you've memorized your local tree numbers and want to save
     typing a single digit. This editor suggests copy and paste.


More information about the Mercurial-devel mailing list