summaryrefslogtreecommitdiffstats
path: root/extras
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-10-20 11:10:19 +0200
committerDavid Robillard <d@drobilla.net>2019-10-20 11:10:19 +0200
commit91f61cdd029d953d49b4779342e5590606be6313 (patch)
tree3f13cb9be7fa8aa3593ca428446a67d335dbe7f3 /extras
parentef67bc3c71457e033fe3db4a74c829d841daecd4 (diff)
downloadautowaf-91f61cdd029d953d49b4779342e5590606be6313.tar.gz
autowaf-91f61cdd029d953d49b4779342e5590606be6313.tar.bz2
autowaf-91f61cdd029d953d49b4779342e5590606be6313.zip
Fix typo
Diffstat (limited to 'extras')
-rw-r--r--extras/autowaf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/autowaf.py b/extras/autowaf.py
index a79bc5b..075dd13 100644
--- a/extras/autowaf.py
+++ b/extras/autowaf.py
@@ -1311,7 +1311,7 @@ def write_posts(entries, meta, out_dir, status='stable'):
post.close()
def get_blurb(in_file):
- "Get the first paragram of a Markdown formatted file, skipping the title"
+ "Get the first paragraph of a Markdown formatted file, skipping the title"
f = open(in_file, 'r')
f.readline() # Title
f.readline() # Title underline