diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-03-24 23:31:14 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-03-24 23:31:14 -0700 |
commit | 2420e06035d46217ea4ae6ea9b3ae2d39a7d7b16 (patch) | |
tree | c507c37ed6cfd47621caef23eaa8b69898f30495 /changelog.txt | |
parent | c01e577a6ac24a38d7dabd4d27a0bc2c3ce58755 (diff) |
Fixed typo in changelog.txt.
Diffstat (limited to 'changelog.txt')
-rw-r--r-- | changelog.txt | 2 |
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 |