summaryrefslogtreecommitdiff
path: root/xenia-build
diff options
context:
space:
mode:
authorMargen67 <Margen67@users.noreply.github.com>2019-07-17 17:52:01 -0700
committerGitHub <noreply@github.com>2019-07-17 17:52:01 -0700
commitefdc78ee2279ddf929fe0e37b6da445a7a1e4463 (patch)
tree677920eb8c11e6f0b829786c002fff518eb56c09 /xenia-build
parentc213f7d7a309a0aa39cd62944f2b3e6b68242672 (diff)
Fix typo in xenia-build
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',