From e0cfbb2d7ec127c2a92820161e114b0490f0ff66 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Tue, 11 Sep 2007 21:05:56 +0000 Subject: [PATCH] Fixed typo --- cluster-passwd/cluster-passwd-lib.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster-passwd/cluster-passwd-lib.pl b/cluster-passwd/cluster-passwd-lib.pl index 4e118128a..64a9c39b5 100644 --- a/cluster-passwd/cluster-passwd-lib.pl +++ b/cluster-passwd/cluster-passwd-lib.pl @@ -84,7 +84,7 @@ foreach $host (@{$_[0]}) { &remote_foreign_require($serv->{'host'}, "useradmin", "user-lib.pl"); if ($passwd_error_msg) { # Host is down .. - &$pfunc(1, &cluster_useradmin::&text( + &$pfunc(1, &cluster_useradmin::text( 'usave_failed', $passwd_error_msg)); next; }