summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Command.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-08-03 13:13:18 +0000
committerfukachan <fukachan>2002-08-03 13:13:18 +0000
commitbd92fcbaea09c6d9a665aa50145badf7bc7b19dc (patch)
tree4a360efc1b4f21747318efb5c5ae9c095542356f /fml/lib/FML/Process/Command.pm
parent597d1d191aaa0c1d46d44c67a69155f4306a6a53 (diff)
downloadfml8-bd92fcbaea09c6d9a665aa50145badf7bc7b19dc.tar.gz
fml8-bd92fcbaea09c6d9a665aa50145badf7bc7b19dc.tar.bz2
fml8-bd92fcbaea09c6d9a665aa50145badf7bc7b19dc.zip
white spaces
Diffstat (limited to 'fml/lib/FML/Process/Command.pm')
-rw-r--r--fml/lib/FML/Process/Command.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Process/Command.pm b/fml/lib/FML/Process/Command.pm
index 6b97f17a..59688fe4 100644
--- a/fml/lib/FML/Process/Command.pm
+++ b/fml/lib/FML/Process/Command.pm
@@ -3,7 +3,7 @@
# Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: Command.pm,v 1.68 2002/07/25 00:10:11 fukachan Exp $
+# $FML: Command.pm,v 1.69 2002/08/03 10:35:08 fukachan Exp $
#
package FML::Process::Command;
@@ -476,7 +476,7 @@ sub _get_command_mode
}
}
else {
- # Exapmle: incorrect password
+ # Exapmle: incorrect password
if ($is_admin && (! $is_auth)) {
$status->{ _stop_reason_key } = 'command.auth_fail';
$status->{ _stop_reason_str } = "not authenticated.";