[pve-devel] [PATCH container] Fix #898: typo
Wolfgang Bumiller
w.bumiller at proxmox.com
Fri Feb 26 08:07:46 CET 2016
---
src/PVE/LXC/Setup.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/PVE/LXC/Setup.pm b/src/PVE/LXC/Setup.pm
index b432048..3374806 100644
--- a/src/PVE/LXC/Setup.pm
+++ b/src/PVE/LXC/Setup.pm
@@ -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 {
--
2.1.4
More information about the pve-devel
mailing list