| Index: tools/auto_bisect/source_control.py
|
| diff --git a/tools/auto_bisect/source_control.py b/tools/auto_bisect/source_control.py
|
| index cebb164f15957179f3380f01cd015030b7fb8923..81d07a9c5aa6d2815f50fc6fd731c9967ca8b9a5 100644
|
| --- a/tools/auto_bisect/source_control.py
|
| +++ b/tools/auto_bisect/source_control.py
|
| @@ -125,7 +125,7 @@ def IsInProperBranch():
|
|
|
|
|
| def GetCommitPosition(git_revision, cwd=None):
|
| - """Finds git commit postion for the given git hash.
|
| + """Finds git commit position for the given git hash.
|
|
|
| This function executes "git footer --position-num <git hash>" command to get
|
| commit position the given revision.
|
|
|