Fix typo in xenia-build

This commit is contained in:
Margen67 2019-07-17 17:52:01 -07:00 committed by GitHub
parent c213f7d7a3
commit efdc78ee22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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',