]> git.proxmox.com Git - pve-container.git/commitdiff
Fix #898: typo
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 26 Feb 2016 07:07:46 +0000 (08:07 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 26 Feb 2016 08:36:48 +0000 (09:36 +0100)
src/PVE/LXC/Setup.pm

index b4320485da547a5b785d1fa49f40597342243b41..3374806caff4cd20db761e8fb3e45d4c0319b34f 100644 (file)
@@ -47,7 +47,7 @@ my $autodetect_type = sub {
     } elsif (-f  "$rootdir/etc/alpine-release") {
        return "alpine";
     }
-    die "unable to detect OS disribution\n";
+    die "unable to detect OS distribution\n";
 };
 
 sub new {