From 8fa12e2669329b20355ef1285db3dd28de3496fc Mon Sep 17 00:00:00 2001 From: "Thierry.Vignaud" Date: Fri, 23 May 2014 10:46:57 +0200 Subject: typo fix --- perl-install/common.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/common.pm') diff --git a/perl-install/common.pm b/perl-install/common.pm index f0dcacff3..a5716d98f 100644 --- a/perl-install/common.pm +++ b/perl-install/common.pm @@ -265,7 +265,7 @@ sub open_file { } # FIXME: callers should just use mkstemp in /tmp instead of relying on $TMPDIR || $ENV{HOME}/tmp -# or we should just move the choice of directoyr from callers to here: +# or we should just move the choice of directory from callers to here: # my $tmpdir = find { -d $_ } $ENV{TMPDIR}, "$ENV{HOME}/tmp", "$::prefix/tmp"; sub secured_file { my ($f) = @_; -- cgit v1.2.1