From 67ba58b146400589fc810dbe40511a6a5e78b850 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Fri, 17 Mar 2017 19:38:28 +0100 Subject: DOC: Fix typos --- doc/source/dev/gitwash/development_workflow.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source/dev/gitwash/development_workflow.rst') diff --git a/doc/source/dev/gitwash/development_workflow.rst b/doc/source/dev/gitwash/development_workflow.rst index b788a042c..83464bf47 100644 --- a/doc/source/dev/gitwash/development_workflow.rst +++ b/doc/source/dev/gitwash/development_workflow.rst @@ -97,7 +97,7 @@ In more detail #. Optional: Compare the changes with the previous version using with ``git diff`` (`git diff`_). This brings up a simple text browser interface that - highlights the difference between your files and the previous verison. + highlights the difference between your files and the previous version. #. Add any relevant modified or new files using ``git add modified_file`` (see `git add`_). This puts the files into a staging area, which is a queue -- cgit v1.2.1