chiark / gitweb /
Fix typo
authorKarl Hasselström <kha@treskal.com>
Thu, 12 Jun 2008 04:28:29 +0000 (06:28 +0200)
committerKarl Hasselström <kha@treskal.com>
Thu, 12 Jun 2008 04:28:29 +0000 (06:28 +0200)
Signed-off-by: Karl Hasselström <kha@treskal.com>
stgit/lib/git.py

index 0e0cccbd24e5088512cbbef61458d828566a93bd..6ccdfa77f2f7a18d33182d6fd266ac94786d41a0 100644 (file)
@@ -20,7 +20,7 @@ class Immutable(object):
     creating a whole new commit object that's exactly like the old one
     except for the commit message.)
 
-    The L{Immutable} class doesn't acytually enforce immutability --
+    The L{Immutable} class doesn't actually enforce immutability --
     that is up to the individual immutable subclasses. It just serves
     as documentation."""