summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlexander Krotov <ilabdsf@gmail.com>2017-04-14 03:47:01 +0300
committerAlbert Krewinkel <albert+github@zeitkraut.de>2017-04-14 08:27:56 +0200
commit624ccbd45e24b1862e32252b3a03af7ee652bd16 (patch)
treeb859b1a9e095f3f1ca20f891fe75b8a2db27db15 /src
parent07778ade395a5fbb4543dbdd3b30fccfe9ed45b2 (diff)
s/safed/saved/
Diffstat (limited to 'src')
-rw-r--r--src/Text/Pandoc/Readers/Org/Blocks.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Readers/Org/Blocks.hs b/src/Text/Pandoc/Readers/Org/Blocks.hs
index 75019f74f..9ef714da7 100644
--- a/src/Text/Pandoc/Readers/Org/Blocks.hs
+++ b/src/Text/Pandoc/Readers/Org/Blocks.hs
@@ -259,7 +259,7 @@ blockList = do
headlineBlocks <- fmap mconcat . sequence . map headlineToBlocks $ runF headlines st
return . B.toList $ (runF initialBlocks st) <> headlineBlocks
--- | Get the meta information safed in the state.
+-- | Get the meta information saved in the state.
meta :: Monad m => OrgParser m Meta
meta = do
meta' <- metaExport