瀏覽代碼

docs/changelog: Fix some typos

Jan Holthuis 4 年之前
父節點
當前提交
dc1839f013
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/changelog.rst

+ 2 - 2
docs/changelog.rst

@@ -12,7 +12,7 @@ Version 0.2.4 (unreleased)
 
 * Skip file existence check for the :file:`.` directory. This fixes an issue if the configuration or source directory is in the local path but reported as missing, because ``git cat-file -e`` always reports an error in that case. (`#12 <issue12_>`_)
 * Fix file existence check not working on Windows. (`#18 <issue18_>`_, `#19 <issue19_>`_)
-* Fix bug in the sphinx extension which tried to load the `conf.py` from the source directory instead of the conf directory. This could lead to problems when the two directories differ. (`#11 <issue11_>`_, `#13 <issue11_>`_)
+* Fix bug in the sphinx extension which tried to load the `conf.py` from the source directory instead of the conf directory. This could lead to problems when the two directories differ. (`#11 <issue11_>`_, `#13 <issue13_>`_)
 * Fix wrong import in :file:`__main__.py` that prevented invocation using ``python -m sphinx_multiversion``. (`#23 <issue23_>`_)
 
 
@@ -49,7 +49,7 @@ Version 0.1.1
 -------------
 
 * Fixed version number in documentation
-* Fixed issue that caused the wrong configuration directory being used when the ``-c`` arguement was not specified on the command line
+* Fixed issue that caused the wrong configuration directory being used when the ``-c`` argument was not specified on the command line
 
 Version 0.1.0
 -------------