Skip to content

Commit 4a6c34a

Browse files
committed
fix typos
1 parent 4ab5fec commit 4a6c34a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/how-to-build-and-run.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,10 @@ compiler.
179179
when doing simple refactorings, is to run `./x.py check`
180180
continuously. Here you are just checking that the compiler can
181181
**build**, but often that is all you need (e.g., when renaming a
182-
method). You can then run `./x.py build` when you acqtually need to
182+
method). You can then run `./x.py build` when you actually need to
183183
run tests.
184184

185-
In fact, it is eomtimes useful to put off tests even when you are not
185+
In fact, it is sometimes useful to put off tests even when you are not
186186
100% sure the code will work. You can then keep building up
187187
refactoring commits and only run the tests at some later time. You can
188188
then use `git bisect` to track down **precisely** which commit caused

0 commit comments

Comments
 (0)