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

Unified Diff: native_client_sdk/src/libraries/nacl_io/path.cc

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/libraries/nacl_io/path.cc
diff --git a/native_client_sdk/src/libraries/nacl_io/path.cc b/native_client_sdk/src/libraries/nacl_io/path.cc
index 463e9d4f44b38409d8fc018c89fe700066e08798..6cab36a4412527b22c8707aed4de76574c01f2d9 100644
--- a/native_client_sdk/src/libraries/nacl_io/path.cc
+++ b/native_client_sdk/src/libraries/nacl_io/path.cc
@@ -180,7 +180,7 @@ StringArray_t Path::Split(const std::string& path) {
while (next != std::string::npos) {
next = path.find('/', offs);
- // Remove extra seperators
+ // Remove extra separators
if (next == offs) {
++offs;
continue;
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/path.h ('k') | native_client_sdk/src/libraries/nacl_io_test/kernel_object_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698