diff options
author | Stephen Hemminger <shemming@brocade.com> | 2013-03-29 17:08:31 -0700 |
---|---|---|
committer | Stephen Hemminger <shemming@brocade.com> | 2013-03-29 17:08:31 -0700 |
commit | 3da6d3a29545021ece3ae1f77816a8ef1f52489a (patch) | |
tree | e4df02f04711342473255ebc819cb572f760cc7e | |
parent | 6154dde83cd05e733275db68673392b00ec026a9 (diff) | |
download | vyatta-cfg-3da6d3a29545021ece3ae1f77816a8ef1f52489a.tar.gz vyatta-cfg-3da6d3a29545021ece3ae1f77816a8ef1f52489a.zip |
fix last typo
-rw-r--r-- | scripts/vyatta-log-commit.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-log-commit.pl b/scripts/vyatta-log-commit.pl index 7fa41a3..858a575 100644 --- a/scripts/vyatta-log-commit.pl +++ b/scripts/vyatta-log-commit.pl @@ -38,7 +38,7 @@ use POSIX qw(ttyname); # my $status = $ENV{'COMMIT_STATUS'}; my $commit_status; -$commmit_status = 'Successful' if ($status eq 'SUCCESS'); +$commit_status = 'Successful' if ($status eq 'SUCCESS'); #open log for logging commit details if (defined $commit_status) { my $cur_tty = ttyname(0); |