浏览代码

fix a small typo, no content changes

jose nazario 7 年之前
父节点
当前提交
b74e465baa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -173,7 +173,7 @@ changes. Additionally, the python yaml parser was not able to cope with files th
 exceed a few hundred megabytes in size.
 exceed a few hundred megabytes in size.
 
 
 Therefore, I was looking for a C++ plotting library that was extremely easy to use
 Therefore, I was looking for a C++ plotting library that was extremely easy to use
-and to add into an existing codebase, preferrably header-only. When I found
+and to add into an existing codebase, preferably header-only. When I found
 none, I decided to write one myself, which is basically a C++ wrapper around
 none, I decided to write one myself, which is basically a C++ wrapper around
 matplotlib. As you can see from the above examples, plotting data and saving it
 matplotlib. As you can see from the above examples, plotting data and saving it
 to an image file can be done as few as two lines of code.
 to an image file can be done as few as two lines of code.