]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/howto/isolate-bugs-with-bisect.txt
Assorted typo fixes
[thirdparty/git.git] / Documentation / howto / isolate-bugs-with-bisect.txt
index 400949564da40f1d10bf6967c589bb5c665652a8..926bbdc3cb1dcab81e0d90de3a0b9b87153e55e6 100644 (file)
@@ -24,11 +24,11 @@ Then do
        git bisect bad master           <- mark "master" as the bad state
        git bisect good ORIG_HEAD       <- mark ORIG_HEAD as good (or
                                           whatever other known-good 
-                                          thing you booted laste)
+                                          thing you booted last)
 
 and at this point "git bisect" will churn for a while, and tell you what 
 the mid-point between those two commits are, and check that state out as 
-the head of the bew "bisect" branch.
+the head of the new "bisect" branch.
 
 Compile and reboot.