Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def usage(exitCode=2):
"""Display usage info and exit.

Arguments:
exitCode -- the code to retuen when exiting.
exitCode -- the code to return when exiting.
"""
global prefixDir
global buildRoot
Expand Down
2 changes: 1 addition & 1 deletion uninstall.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def usage(exitCode=2):
"""Display usage info and exit.

Arguments:
exitCode -- the code to retuen when exiting.
exitCode -- the code to return when exiting.
"""
global prefixDir
print('Usage:')
Expand Down