Code

Merge branch 'maint'
[git.git] / Documentation / gittutorial.txt
index 2c4346c9e8191af9bcc68f4aa2e12a34e1bb48df..e71b561172030bbd4c524891f6525fadd160b54b 100644 (file)
@@ -529,7 +529,7 @@ then merged back together, the order in which 'git-log' presents
 those commits is meaningless.
 
 Most projects with multiple contributors (such as the linux kernel,
-or git itself) have frequent merges, and `gitk` does a better job of
+or git itself) have frequent merges, and 'gitk' does a better job of
 visualizing their history.  For example,
 
 -------------------------------------