cheat-sheet.md: Fix 'Incorperate' -> 'Incorporate' typo
authorW. Trevor King <wking@tremily.us>
Fri, 29 Nov 2013 23:40:28 +0000 (15:40 -0800)
committerW. Trevor King <wking@tremily.us>
Fri, 29 Nov 2013 23:40:28 +0000 (15:40 -0800)
cheat-sheet.md

index e3030f81bf9e3cf1d152c483397ba5434831f3ed..ab4c0275c0b45bd76e556b6e8e51f97c28816c75 100644 (file)
@@ -118,7 +118,7 @@ Provenance
         $ git tag v1.2.3
         $ git push --tags origin
 
-* Incorperate the tags into any releases.  For example, the Git
+* Incorporate the tags into any releases.  For example, the Git
   project extracts [version information][git-version-gen] when you
   [compile the project][git-makefile].  Most Python projects just
   increment `package.__version__` by hand