File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ For day-to-day work on the Swift compiler, using check-swift should be
55
55
sufficient. The buildbot runs validation tests, so if those are accidentally
56
56
broken, it should not go unnoticed.
57
57
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),
59
59
or API changes to the standard library, it is recommended to run validation
60
60
test suite.
61
61
@@ -264,7 +264,7 @@ Other substitutions:
264
264
* ``%sdk ``: FIXME.
265
265
* ``%gyb ``: FIXME.
266
266
267
- * ``%platform-module-dir ``: absolute path of the directory where the stdandard
267
+ * ``%platform-module-dir ``: absolute path of the directory where the standard
268
268
library module file for the target platform is stored. For example,
269
269
``/.../lib/swift/macosx ``.
270
270
You can’t perform that action at this time.
0 commit comments