From b5044646cb31f3b7bb0305195fa6b5c36c0a1463 Mon Sep 17 00:00:00 2001 From: Android Tools Maintainers Date: Fri, 20 Jan 2023 08:36:41 +0000 Subject: [PATCH] Fix typos Last-Update: 2016-10-01 Forwarded: not-needed Gbp-Pq: Topic development Gbp-Pq: Name typos.patch --- development/tools/etc1tool/etc1tool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.30.2