| 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; | 
|  |