| Index: gclient_scm.py
|
| diff --git a/gclient_scm.py b/gclient_scm.py
|
| index 29079c582ffc849d56edf721002e49b68877d536..fc177567eaea544afe0a9ef2f162a31389f895a0 100644
|
| --- a/gclient_scm.py
|
| +++ b/gclient_scm.py
|
| @@ -1647,7 +1647,7 @@ class SVNWrapper(SCMWrapper):
|
| self._RunAndGetFileList(['update', '--revision', 'BASE'], options,
|
| file_list)
|
| except OSError, e:
|
| - # Maybe the directory disapeared meanwhile. Do not throw an exception.
|
| + # Maybe the directory disappeared meanwhile. Do not throw an exception.
|
| logging.error('Failed to update:\n%s' % str(e))
|
|
|
| def revinfo(self, _options, _args, _file_list):
|
|
|