diff options
author | Joel Kitching <kitching@google.com> | 2018-11-28 17:11:40 +0800 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2018-12-03 12:43:21 -0800 |
commit | 8a5814e1a8890c988a5315314597628fa0882a3c (patch) | |
tree | a3f09e500c45cf7403d2cd1a3f5e61d9988a8ade /extra | |
parent | 77b306b340ca428ba6785add204ccdce82185274 (diff) | |
download | chrome-ec-8a5814e1a8890c988a5315314597628fa0882a3c.tar.gz |
gsctool: correct a typo
BUG=None
TEST=check for correct output with --help flag
BRANCH=master
Change-Id: Idf0448791e3d043313bc1291810d71d3f4846a6a
Reviewed-on: https://chromium-review.googlesource.com/1351925
Commit-Ready: Joel Kitching <kitching@chromium.org>
Tested-by: Joel Kitching <kitching@chromium.org>
Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
Diffstat (limited to 'extra')
-rw-r--r-- | extra/usb_updater/gsctool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/usb_updater/gsctool.c b/extra/usb_updater/gsctool.c index 9e6d44a03f..5193df039e 100644 --- a/extra/usb_updater/gsctool.c +++ b/extra/usb_updater/gsctool.c @@ -521,7 +521,7 @@ static void usage(int errs) "images, etc.\n" "The required argument is the file name of a full RO+RW\n" "binary image.\n" - "A typical Chromebook use would exepect -s -t options\n" + "A typical Chromebook use would expect -s -t options\n" "included in the command line.\n" "\n" "Options:\n" |