From 2d95775ec893c3b27ebb2fd319ddd4758a4b4f10 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Thu, 1 Jun 2023 21:44:12 +0100 Subject: Fix typo --- tools/pngpal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/pngpal.py b/tools/pngpal.py index 195fc91..5e08373 100755 --- a/tools/pngpal.py +++ b/tools/pngpal.py @@ -21,7 +21,7 @@ def main(): "--version", action="version", version="%(prog)s " + __version__ ) parser.add_argument("image", help="image to convert") - parser.add_argument("output", help="objtect name for the palette") + parser.add_argument("output", help="object name for the palette") args = parser.parse_args() -- cgit v1.2.3