diff options
author | Thierry.Vignaud <thierry.vignaud@gmail.com> | 2014-05-23 10:46:57 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-05-24 01:47:32 +0200 |
commit | 8fa12e2669329b20355ef1285db3dd28de3496fc (patch) | |
tree | 55cabfd5dc07c00245cd0b1c6cdd1a39c0852cd0 /perl-install/common.pm | |
parent | 059534ad559ed7fd53b915a2286e6768bdc6ff23 (diff) | |
download | drakx-8fa12e2669329b20355ef1285db3dd28de3496fc.tar drakx-8fa12e2669329b20355ef1285db3dd28de3496fc.tar.gz drakx-8fa12e2669329b20355ef1285db3dd28de3496fc.tar.bz2 drakx-8fa12e2669329b20355ef1285db3dd28de3496fc.tar.xz drakx-8fa12e2669329b20355ef1285db3dd28de3496fc.zip |
typo fix
Diffstat (limited to 'perl-install/common.pm')
-rw-r--r-- | perl-install/common.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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) = @_; |