From 796fb6bd3cfeed1276f814b0d59df04a229830b7 Mon Sep 17 00:00:00 2001 From: Aous Naman Date: Sun, 22 Sep 2024 14:42:03 +1000 Subject: [PATCH] Spelling mistake fix. --- src/apps/ojph_compress/ojph_compress.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/ojph_compress/ojph_compress.cpp b/src/apps/ojph_compress/ojph_compress.cpp index d87e38b..e7c047a 100644 --- a/src/apps/ojph_compress/ojph_compress.cpp +++ b/src/apps/ojph_compress/ojph_compress.cpp @@ -604,7 +604,7 @@ int main(int argc, char * argv[]) { " -bit_depth a comma-separated list of bit depth values, one per \n" " component; for example: 12,10,10.\n" " Floating value numbers are treated as integers, and they\n" - " are shifted to the right, keeping only the specificed\n" + " are shifted to the right, keeping only the specified\n" " number of bits. Note that a bit depth of 28 upwards is not\n" " supported.\n"