diff options
author | David Pursehouse <david.pursehouse@sonymobile.com> | 2012-08-21 13:52:18 +0900 |
---|---|---|
committer | gerrit code review <noreply-gerritcodereview@google.com> | 2012-08-22 09:39:41 -0700 |
commit | daa851f6cd9edb3851a3884fd2864f0f3dc583b2 (patch) | |
tree | 32479f87b1a60352934074b8999aa3ef975066a1 | |
parent | a43f42f9ffed69ee807852230e514b7c4bff5855 (diff) | |
download | git-repo-daa851f6cd9edb3851a3884fd2864f0f3dc583b2.tar.gz |
manifest-format.txt: Fix a couple of minor spelling mistakes
Change-Id: Ic2d266c8cf08827a71846db9d3711feb02885f01
-rw-r--r-- | docs/manifest-format.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manifest-format.txt b/docs/manifest-format.txt index 38868f10..db48668a 100644 --- a/docs/manifest-format.txt +++ b/docs/manifest-format.txt | |||
@@ -137,7 +137,7 @@ The target to use is defined by environment variables TARGET_PRODUCT | |||
137 | and TARGET_BUILD_VARIANT. These variables are used to create a string | 137 | and TARGET_BUILD_VARIANT. These variables are used to create a string |
138 | of the form $TARGET_PRODUCT-$TARGET_BUILD_VARIANT, e.g. passion-userdebug. | 138 | of the form $TARGET_PRODUCT-$TARGET_BUILD_VARIANT, e.g. passion-userdebug. |
139 | If one of those variables or both are not present, the program will call | 139 | If one of those variables or both are not present, the program will call |
140 | GetApprovedManifest without the target paramater and the manifest server | 140 | GetApprovedManifest without the target parameter and the manifest server |
141 | should choose a reasonable default target. | 141 | should choose a reasonable default target. |
142 | 142 | ||
143 | 143 | ||
@@ -156,7 +156,7 @@ URL to configure the Git remote with. The URL gets formed as: | |||
156 | 156 | ||
157 | where ${remote_fetch} is the remote's fetch attribute and | 157 | where ${remote_fetch} is the remote's fetch attribute and |
158 | ${project_name} is the project's name attribute. The suffix ".git" | 158 | ${project_name} is the project's name attribute. The suffix ".git" |
159 | is always appended as repo assumes the upstream is a forrest of | 159 | is always appended as repo assumes the upstream is a forest of |
160 | bare Git repositories. | 160 | bare Git repositories. |
161 | 161 | ||
162 | The project name must match the name Gerrit knows, if Gerrit is | 162 | The project name must match the name Gerrit knows, if Gerrit is |