diff options
-rw-r--r-- | lib/Iurt/Chroot.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Iurt/Chroot.pm b/lib/Iurt/Chroot.pm index e34f21d..5431617 100644 --- a/lib/Iurt/Chroot.pm +++ b/lib/Iurt/Chroot.pm @@ -533,7 +533,7 @@ sub build_chroot { # Yes, /usr/lib/rpm/rpmb even for x86_64 if (! -f "$tmp_chroot/bin/rpm") { - plog('ERROR', "Base packages missing in genenrated chroot."); + plog('ERROR', "Base packages missing in generated chroot."); return 0; } |