From: Android Tools Maintainers Date: Tue, 2 Aug 2022 15:23:27 +0000 (+0100) Subject: Fix typos X-Git-Tag: archive/raspbian/29.0.6-21+rpi1^2~15 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=734f60edd5210ca505bf7f16a3dd7307a6e7e17f;p=android-platform-tools.git Fix typos Last-Update: 2016-10-01 Forwarded: not-needed Gbp-Pq: Topic development Gbp-Pq: Name typos.patch --- diff --git a/development/tools/etc1tool/etc1tool.cpp b/development/tools/etc1tool/etc1tool.cpp index 376cbf84..c1c04bb8 100644 --- a/development/tools/etc1tool/etc1tool.cpp +++ b/development/tools/etc1tool/etc1tool.cpp @@ -56,7 +56,7 @@ void usage(const char* message, ...) { "\t\t image to difffile. (Only valid when encoding).\n"); fprintf(stderr, "\tIf outfile is not specified, an outfile path is constructed from infile,\n"); - fprintf(stderr, "\twith the apropriate suffix (.pkm or .png).\n"); + fprintf(stderr, "\twith the appropriate suffix (.pkm or .png).\n"); exit(1); }