From: Karl Hasselström Date: Thu, 12 Jun 2008 04:28:29 +0000 (+0200) Subject: Fix typo X-Git-Tag: v0.15-rc1~208 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/f8ff2d3ec17b2558905ba85d9e13d73b840d144a?ds=sidebyside Fix typo Signed-off-by: Karl Hasselström --- diff --git a/stgit/lib/git.py b/stgit/lib/git.py index 0e0cccb..6ccdfa7 100644 --- a/stgit/lib/git.py +++ b/stgit/lib/git.py @@ -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."""