aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMarcelo Leitner <mrl@mandriva.com>2007-11-12 08:53:10 +0000
committerMarcelo Leitner <mrl@mandriva.com>2007-11-12 08:53:10 +0000
commitd5cf6dd9c5a5e191f2e6b6e2c4f7ec0f77c77647 (patch)
tree6647236e74b374c17985f8c5be339a23516195fe /lib
parent8b373690e7b1d9d6007f8ef62f09f0f309ede0c4 (diff)
downloadiurt-d5cf6dd9c5a5e191f2e6b6e2c4f7ec0f77c77647.tar
iurt-d5cf6dd9c5a5e191f2e6b6e2c4f7ec0f77c77647.tar.gz
iurt-d5cf6dd9c5a5e191f2e6b6e2c4f7ec0f77c77647.tar.bz2
iurt-d5cf6dd9c5a5e191f2e6b6e2c4f7ec0f77c77647.tar.xz
iurt-d5cf6dd9c5a5e191f2e6b6e2c4f7ec0f77c77647.zip
- Fix typo in function exports. (was create_buid_chroot)
Diffstat (limited to 'lib')
-rw-r--r--lib/Iurt/Chroot.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Iurt/Chroot.pm b/lib/Iurt/Chroot.pm
index c896097..b0d48cc 100644
--- a/lib/Iurt/Chroot.pm
+++ b/lib/Iurt/Chroot.pm
@@ -22,7 +22,7 @@ our @EXPORT = qw(
create_temp_chroot
remove_chroot
create_chroot
- create_buid_chroot
+ create_build_chroot
check_chroot
check_build_chroot
);