Index: tools/findit/repository_parser_interface.py |
diff --git a/tools/findit/repository_parser_interface.py b/tools/findit/repository_parser_interface.py |
index 1a8d47766f856d849b264f2ac9faa25c4bdefb8c..d9816b7a1c0def6c538af9b7bd78e6a3605f143e 100644 |
--- a/tools/findit/repository_parser_interface.py |
+++ b/tools/findit/repository_parser_interface.py |
@@ -43,7 +43,7 @@ class ParserInterface(object): |
raise NotImplementedError() |
def ParseBlameInfo(self, component, file_path, line, revision): |
- """Parses blame imformation of the given file/line in revision. |
+ """Parses blame information of the given file/line in revision. |
Args: |
component: The component this line is from. |