Typos in documents
authorlewuathe <lewuathe@me.com>
Sun, 22 Mar 2015 09:53:02 +0000 (18:53 +0900)
committerlewuathe <lewuathe@me.com>
Sun, 22 Mar 2015 09:53:02 +0000 (18:53 +0900)
docs/development.md
docs/install_osx.md

index fe54864..ccb6a29 100644 (file)
@@ -30,7 +30,7 @@ Similarly for IPython notebooks: simply include `"include_in_docs": true` in the
 
 Other docs, such as installation guides, are written in the `docs` directory and manually linked to from the `index.md` page.
 
-We strive to provide provide lots of usage examples, and to document all code in docstrings.
+We strive to provide lots of usage examples, and to document all code in docstrings.
 We absolutely appreciate any contribution to this effort!
 
 ### Versioning
index 0373a41..c4ebd45 100644 (file)
@@ -115,7 +115,7 @@ Then, whenever you want to update homebrew, switch back to the master branches,
     # Update homebrew; hopefully this works without errors!
     brew update
 
-    # Switch back to the caffe branches with the forumlae that you modified earlier
+    # Switch back to the caffe branches with the formulae that you modified earlier
     cd /usr/local
     git rebase master caffe
     # Fix any merge conflicts and commit to caffe branch