Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpaulalex committed Jan 9, 2023
1 parent 5665d61 commit cfe0f88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manic/checkout.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def main(args):
# Note we can't print out the list of found externals because
# they were filtered in create_externals_description above.
fatal_error(
"No component {} found in {}.".format(
"No component {} found in {}".format(
comp, args.externals))

source_tree = SourceTree(root_dir, ext_description, svn_ignore_ancestry=args.svn_ignore_ancestry)
Expand Down
2 changes: 1 addition & 1 deletion manic/sourcetree.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
0;10;1c
FIXME(bja, 2017-11) External and SourceTree have a circular dependancy!
"""

Expand Down

0 comments on commit cfe0f88

Please sign in to comment.