summaryrefslogtreecommitdiffstats
path: root/extras
diff options
context:
space:
mode:
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