Fix assorted spelling mistakes (#7507)

This commit is contained in:
Josh Soref
2020-05-15 18:43:32 -04:00
committed by GitHub
parent f74824eecb
commit bf1eb291f2
41 changed files with 79 additions and 79 deletions

View File

@@ -892,7 +892,7 @@ if __name__ == '__main__':
help='Send build stats to InfluxDB using provided database name')
parser.add_argument('--nightly',
action='store_true',
help='Mark build output as nightly build (will incremement the minor version)')
help='Mark build output as nightly build (will increment the minor version)')
parser.add_argument('--update',
action='store_true',
help='Update build dependencies prior to building')