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

Unified Diff: native_client_sdk/src/build_tools/manifest_util.py

Issue 13106002: [NaCl SDK] A bunch of spelling fixes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix presubmit Created 7 years, 9 months 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
Index: native_client_sdk/src/build_tools/manifest_util.py
diff --git a/native_client_sdk/src/build_tools/manifest_util.py b/native_client_sdk/src/build_tools/manifest_util.py
index fad583a3a5122ce4ada54010f31a762b2903260a..51cf24ccd77c19fafbb3d4a6c5aa0d13e0ea6b3d 100644
--- a/native_client_sdk/src/build_tools/manifest_util.py
+++ b/native_client_sdk/src/build_tools/manifest_util.py
@@ -156,7 +156,7 @@ class Archive(dict):
"""Update the size and checksum information for this archive
based on the content currently at the URL.
- This allows the template mandifest to be maintained without
+ This allows the template manifest to be maintained without
the need to size and checksums to be present.
"""
template = string.Template(self['url'])
@@ -528,7 +528,7 @@ class SDKManifest(object):
local_bundle.MergeWithBundle(bundle)
def MergeManifest(self, manifest):
- '''Merge another manifest into this manifest, disallowing overiding.
+ '''Merge another manifest into this manifest, disallowing overriding.
Args
manifest: The manifest to merge.
« no previous file with comments | « native_client_sdk/src/build_tools/make_simple.py ('k') | native_client_sdk/src/build_tools/sdk_tools/set_nacl_env.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698