summaryrefslogtreecommitdiff
path: root/macro.py
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2017-03-28 04:53:45 +0000
committerJosh Soref <jsoref@users.noreply.github.com>2017-03-28 04:53:45 +0000
commit5f0a137a642b4396dc3d1c495b25dc1343e6364c (patch)
treef37c030c1ad274e58cf650e2de57f6e78d607199 /macro.py
parent5da543c619640c11be037988f8085120b20979aa (diff)
downloadautoconf-archive-5f0a137a642b4396dc3d1c495b25dc1343e6364c.tar.gz
spelling: beginning
Diffstat (limited to 'macro.py')
-rwxr-xr-xmacro.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/macro.py b/macro.py
index 1803c19..e6878f3 100755
--- a/macro.py
+++ b/macro.py
@@ -117,7 +117,7 @@ class Macro:
self.serial = int(self.body[0].split()[1])
# drop the original serial number from the body
self.body = [ l for l in self.body if not l.startswith("#serial") ]
- # drop whitespace from begining and end of body
+ # drop whitespace from beginning and end of body
while self.body[0] == "":
self.body.pop(0)
while self.body[-1] == "":