From 289b0e5036601d951fb2f2a12f2baa128484dad9 Mon Sep 17 00:00:00 2001 From: lzwjava Date: Fri, 4 Dec 2015 01:59:23 +0800 Subject: [PATCH] fix typo: commiting -> committing --- docs/GitWorkflows.rst | 2 +- docs/Testing.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/GitWorkflows.rst b/docs/GitWorkflows.rst index a2810af5f1c0c..95158ce292cd2 100644 --- a/docs/GitWorkflows.rst +++ b/docs/GitWorkflows.rst @@ -139,7 +139,7 @@ Commit In SVN, committing always means submitting changes to a remote repository. In Git, committing refers to the process of first telling Git to track a change by -staging the change and then commiting all staged changes into a change in the +staging the change and then committing all staged changes into a change in the local repository. One can have many such commits. Then when one is ready, one pushes the new local changes to the remote repository. We go through these steps in more detail below: diff --git a/docs/Testing.rst b/docs/Testing.rst index 06cf51a54ae6a..572bab18620fb 100644 --- a/docs/Testing.rst +++ b/docs/Testing.rst @@ -28,7 +28,7 @@ The LLVM lit-based testsuite **Run by**: * Engineers and contributors are expected to run tests from these testsuites - locally before commiting. (Usually on a single platform, and not necessarily + locally before committing. (Usually on a single platform, and not necessarily all tests.) * Buildbots run all tests, on all supported platforms.