From d5cf6dd9c5a5e191f2e6b6e2c4f7ec0f77c77647 Mon Sep 17 00:00:00 2001 From: Marcelo Leitner Date: Mon, 12 Nov 2007 08:53:10 +0000 Subject: - Fix typo in function exports. (was create_buid_chroot) --- lib/Iurt/Chroot.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 ); -- cgit v1.2.1