Fix typos
authorAndroid Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
Tue, 2 Aug 2022 15:23:27 +0000 (16:23 +0100)
committerRoger Shimizu <rosh@debian.org>
Tue, 2 Aug 2022 15:23:27 +0000 (16:23 +0100)
Last-Update: 2016-10-01
Forwarded: not-needed

Gbp-Pq: Topic development
Gbp-Pq: Name typos.patch

development/tools/etc1tool/etc1tool.cpp

index 376cbf84310a4ee500944ee4adc128a9c5649528..c1c04bb8470359c1fd3ef6b74b1d5c9f77870d4c 100644 (file)
@@ -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);
 }