summaryrefslogtreecommitdiff
path: root/utils/CmpDriver
diff options
context:
space:
mode:
Diffstat (limited to 'utils/CmpDriver')
-rwxr-xr-xutils/CmpDriver2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/CmpDriver b/utils/CmpDriver
index 16b108117d..2533f547e9 100755
--- a/utils/CmpDriver
+++ b/utils/CmpDriver
@@ -55,7 +55,7 @@ def insertMinimumPadding(a, b, dist):
return a,b
class ZipperDiff(object):
- """ZipperDiff - Simple (slow) diff only accomodating inserts."""
+ """ZipperDiff - Simple (slow) diff only accommodating inserts."""
def __init__(self, a, b):
self.a = a