Skip to content

Commit b724866

Browse files
committedDec 3, 2015
Merge pull request #40 from stevemoser/patch-1
Fix 'committing' and 'standard' typos in Testing.rst
2 parents 73ad408 + 95a7a03 commit b724866

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎docs/Testing.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ For day-to-day work on the Swift compiler, using check-swift should be
5555
sufficient. The buildbot runs validation tests, so if those are accidentally
5656
broken, it should not go unnoticed.
5757

58-
Before commiting a large change to a compiler (especially a language change),
58+
Before committing a large change to a compiler (especially a language change),
5959
or API changes to the standard library, it is recommended to run validation
6060
test suite.
6161

@@ -264,7 +264,7 @@ Other substitutions:
264264
* ``%sdk``: FIXME.
265265
* ``%gyb``: FIXME.
266266

267-
* ``%platform-module-dir``: absolute path of the directory where the stdandard
267+
* ``%platform-module-dir``: absolute path of the directory where the standard
268268
library module file for the target platform is stored. For example,
269269
``/.../lib/swift/macosx``.
270270

0 commit comments

Comments
 (0)
Please sign in to comment.