Skip to content

Commit f2b8e4a

Browse files
author
Vladimir Kotal
committed
fix comment
1 parent 6d6461b commit f2b8e4a

File tree

1 file changed

+1
-1
lines changed
  • opengrok-tools/src/main/python/opengrok_tools/utils

1 file changed

+1
-1
lines changed

opengrok-tools/src/main/python/opengrok_tools/utils/mirror.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def get_repos_for_project(project_name, uri, source_root,
9999
repo = None
100100
try:
101101
# The OpenGrok convention is that the form of repo_path is absolute
102-
# so joining would the paths would actually spoil things. Hence, be
102+
# so joining the paths would actually spoil things. Hence, be
103103
# careful.
104104
if repo_path.startswith(os.path.sep):
105105
path = source_root + repo_path

0 commit comments

Comments
 (0)