summaryrefslogtreecommitdiff
path: root/changelog.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-03-24 23:31:14 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-03-24 23:31:14 -0700
commit2420e06035d46217ea4ae6ea9b3ae2d39a7d7b16 (patch)
treec507c37ed6cfd47621caef23eaa8b69898f30495 /changelog.txt
parentc01e577a6ac24a38d7dabd4d27a0bc2c3ce58755 (diff)
Fixed typo in changelog.txt.
Diffstat (limited to 'changelog.txt')
-rw-r--r--changelog.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.txt b/changelog.txt
index 91f0eeb..5e1f086 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -20,7 +20,7 @@
* Use an assertion to check for in-range html_block_type.
It's a programming error if the type is out of range.
* Refactored S_processLines to make the logic easier to
- understand, and added documentation (Mathie Duponchelle).
+ understand, and added documentation (Mathieu Duponchelle).
* Removed unnecessary check for empty string_content.
* Factored out contains_inlines.
* Moved the cmake minimum version to top line of CMakeLists.txt