]> rtime.felk.cvut.cz Git - hubacji1/oneflow.git/commitdiff
Fix typo
authorJaroslav Klapálek <klapajar@fel.cvut.cz>
Thu, 28 Jun 2018 08:48:30 +0000 (10:48 +0200)
committerJaroslav Klapálek <klapajar@fel.cvut.cz>
Thu, 28 Jun 2018 09:02:13 +0000 (11:02 +0200)
README.md

index 18e996c0454f705ca19cd99073507cc8c6221bd6..9eaf3f3739e90180a45a590f37cfef815d0ff0e8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ The `git diff` command shows *changes* in not-yet-ready files and `git diff
 You get ready the files to be commited to the history by `git add FILE`
 command. If you change your mind, you may `git reset FILE` that file.
 
-If only huks of lines in file should be prepared for commiting to the history
+If only hunks of lines in file should be prepared for commiting to the history
 `git add -p FILE` and `git reset -p FILE` can be used respectively.
 
 Before commiting to the history log check twice `git diff --cached` and `git