From efdc78ee2279ddf929fe0e37b6da445a7a1e4463 Mon Sep 17 00:00:00 2001 From: Margen67 Date: Wed, 17 Jul 2019 17:52:01 -0700 Subject: [PATCH] Fix typo in xenia-build --- xenia-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',