From dbce1ee27b2392c3fd6d5226c6842789808e938d Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Fri, 13 Sep 2024 01:18:20 +0200 Subject: [PATCH] fix typo --- mmdebstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmdebstrap b/mmdebstrap index efbc28a..10889e7 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -6612,7 +6612,7 @@ sub main() { if ($options->{target} eq '-') { if (POSIX::isatty STDOUT) { - error "stdout is a an interactive tty"; + error "stdout is an interactive tty"; } } else { my $abs_path = abs_path($options->{target});