diff options
author | mark <mark> | 2010-05-18 19:00:27 +0000 |
---|---|---|
committer | mark <mark> | 2010-05-18 19:00:27 +0000 |
commit | d1b9ecf606c0fd6a6b37a22e366c9ad8dbadc724 (patch) | |
tree | 0f0fd44128882df20cea1d8595c49c133a9e632d | |
parent | bfcab12bcc31b0445689f03593a8bdbaa84aa4a5 (diff) |
typo
-rw-r--r-- | NMI.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -222,7 +222,7 @@ sub submit { $self->failure_status($failure_status{$code}) if exists($failure_status{$code}); } elsif( $response->{response} == 3 ) { - $error = "Transaction error: '".$response->{responsetext}; + $error = "Transaction error: '".$response->{responsetext}."'"; } else { $error = "Could not interpret server response: '$page'"; |