summaryrefslogtreecommitdiff
path: root/xenia-build
diff options
context:
space:
mode:
Diffstat (limited to 'xenia-build')
-rwxr-xr-xxenia-build2
1 files changed, 1 insertions, 1 deletions
diff --git a/xenia-build b/xenia-build
index 0b44ba890..58215d3bc 100755
--- a/xenia-build
+++ b/xenia-build
@@ -1280,7 +1280,7 @@ class TidyCommand(Command):
super(TidyCommand, self).__init__(
subparsers,
name='tidy',
- help_short='Runs the clang-tiday checker on all code.',
+ help_short='Runs the clang-tidy checker on all code.',
*args, **kwargs)
self.parser.add_argument(
'--fix', action='store_true',