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

Unified Diff: native_client_sdk/src/tools/tests/create_nmf_test.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
« no previous file with comments | « native_client_sdk/src/tools/oshelpers.py ('k') | native_client_sdk/src/tools/tests/getos_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/tools/tests/create_nmf_test.py
diff --git a/native_client_sdk/src/tools/tests/create_nmf_test.py b/native_client_sdk/src/tools/tests/create_nmf_test.py
index aee66e039f4c69ce0aa4529d1588231a92632b7d..e8fec58e6b7b3952369c03c9c289ceef06186d01 100755
--- a/native_client_sdk/src/tools/tests/create_nmf_test.py
+++ b/native_client_sdk/src/tools/tests/create_nmf_test.py
@@ -138,7 +138,7 @@ class TestNmfUtils(unittest.TestCase):
self.assertEqual(archfile.arch, 'x86-32')
def StripDependencies(self, deps):
- """Strip the dirnames and version suffixs from
+ """Strip the dirnames and version suffixes from
a list of nexe dependencies.
e.g:
@@ -157,7 +157,7 @@ class TestNmfUtils(unittest.TestCase):
needed = nmf.GetNeeded()
names = needed.keys()
- # this nexe has 5 dependancies
+ # this nexe has 5 dependencies
expected = set(self.dyn_deps)
expected.add(os.path.basename(self.dyn_nexe))
@@ -168,7 +168,7 @@ class TestNmfUtils(unittest.TestCase):
self.Mktemp()
nmf = self.CreateNmfUtils()
- # Stage dependancies
+ # Stage dependencies
nmf.StageDependencies(self.tempdir)
# Verify directory contents
« no previous file with comments | « native_client_sdk/src/tools/oshelpers.py ('k') | native_client_sdk/src/tools/tests/getos_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698