Skip to content

Commit 289b0e5

Browse files
committed
fix typo: commiting -> committing
1 parent e86c733 commit 289b0e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/GitWorkflows.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Commit
139139

140140
In SVN, committing always means submitting changes to a remote repository. In
141141
Git, committing refers to the process of first telling Git to track a change by
142-
staging the change and then commiting all staged changes into a change in the
142+
staging the change and then committing all staged changes into a change in the
143143
local repository. One can have many such commits. Then when one is ready, one
144144
pushes the new local changes to the remote repository. We go through these steps
145145
in more detail below:

docs/Testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The LLVM lit-based testsuite
2828
**Run by**:
2929

3030
* Engineers and contributors are expected to run tests from these testsuites
31-
locally before commiting. (Usually on a single platform, and not necessarily
31+
locally before committing. (Usually on a single platform, and not necessarily
3232
all tests.)
3333

3434
* Buildbots run all tests, on all supported platforms.

0 commit comments

Comments
 (0)