Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2712)

Unified Diff: docs/git_cookbook.md

Issue 2551513002: Fix spelling mistakes in //docs. (Closed)
Patch Set: Undo beng->being Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « docs/emacs.md ('k') | docs/how_to_extend_layout_test_framework.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/git_cookbook.md
diff --git a/docs/git_cookbook.md b/docs/git_cookbook.md
index d42b63da4d00df89fd65998483ee37c4523f75f9..82d1433e118d3ddf545f6975628974577c07cd3d 100644
--- a/docs/git_cookbook.md
+++ b/docs/git_cookbook.md
@@ -9,7 +9,7 @@ See also [Git Tips](git_tips.md).
## Introduction
This is designed to be a cookbook for common command sequences/tasks relating to
-git, git-cl, and how they work with chromium development. It might be a little
+git, git-cl, and how they work with Chromium development. It might be a little
light on explanations.
If you are new to git, or do not have much experience with a distributed version
@@ -152,7 +152,7 @@ git cl issue 12345 # restore the rietveld issue that was cleared on commit
```
And now you can continue hacking where you left off, and since you're reusing
-the Reitveld issue you don't have to rewrite the commit message. (You may want
+the Rietveld issue you don't have to rewrite the commit message. (You may want
to go manually reopen the issue on the Rietveld site -- `git cl status` will
give you the URL.)
@@ -178,7 +178,7 @@ understands relative paths.
## Checking out pristine branch from git-svn
-In the backend, git-svn keeps a remote tracking branch that points to the the
+In the backend, git-svn keeps a remote tracking branch that points to the
commit tree representing the svn repository. The name of this branch is
configured during `git svn init`. The git-svn remote branch is often named
`origin/trunk` for Chromium, and `origin/master` for WebKit.
« no previous file with comments | « docs/emacs.md ('k') | docs/how_to_extend_layout_test_framework.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698