From 91a1c2725667388fe659b2061858d93e362a6012 Mon Sep 17 00:00:00 2001 From: Elvin Aslanov Date: Wed, 11 Jan 2023 18:39:35 +0400 Subject: [PATCH] Fix spelling in comment --- bin/enc2xs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/enc2xs b/bin/enc2xs index c1c9796..3fa437e 100755 --- a/bin/enc2xs +++ b/bin/enc2xs @@ -213,7 +213,7 @@ if (exists $opt{f}) { } my $cname = $opt{o} ? $opt{o} : shift(@ARGV); -unless ($cname) { #debuging a win32 nmake error-only. works via cmdline +unless ($cname) { # Debugging a Win32 nmake error-only; works via cmdline. print "\nARGV:"; print "$_ " for @ARGV; print "\nopt:";