From 423d0c52674bfa4ec49e4ae8bce645131f657f74 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 16 Feb 2026 11:21:21 +0100 Subject: Fix a few typos (#2231) --- tools/p1.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/p1.pl') diff --git a/tools/p1.pl b/tools/p1.pl index 9cbe6dc0..ea80c334 100644 --- a/tools/p1.pl +++ b/tools/p1.pl @@ -30,7 +30,7 @@ use IO::File; sub TIEHANDLE { my ($class, $fn) = @_; - my $handle = new IO::File "> $fn" or die "Cannot open embedded work filei $!\n"; + my $handle = new IO::File "> $fn" or die "Cannot open embedded work file $!\n"; bless { FH => $handle, Value => 0}, $class; } -- cgit v1.2.3-74-g34f1