From: W. Trevor King Date: Fri, 29 Nov 2013 23:40:28 +0000 (-0800) Subject: cheat-sheet.md: Fix 'Incorperate' -> 'Incorporate' typo X-Git-Url: http://git.tremily.us/?p=swc-version-control-git.git;a=commitdiff_plain;h=69d18426ef42d6b1bb4518012edffda4c0a7f812 cheat-sheet.md: Fix 'Incorperate' -> 'Incorporate' typo --- diff --git a/cheat-sheet.md b/cheat-sheet.md index e3030f8..ab4c027 100644 --- a/cheat-sheet.md +++ b/cheat-sheet.md @@ -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