Skip to content

Commit

Permalink
Merge pull request #1086 from alanbuxey/patch-31
Browse files Browse the repository at this point in the history
Update checkrad.in
  • Loading branch information
arr2036 committed Jun 27, 2015
2 parents 1004cf2 + 4aaf0b7 commit acd3260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/checkrad.in
Expand Up @@ -858,7 +858,7 @@ sub cyclades_telnet {
if ($pr->waitfor(Match => $pr_prompt) == 1) {
$pr->print('6');
} else {
print LOG " Error: acessing menu option '6'.\n" if ($debug);
print LOG " Error: accessing menu option '6'.\n" if ($debug);
$pr->close;
return 2;
}
Expand All @@ -868,7 +868,7 @@ sub cyclades_telnet {
if ($pr->waitfor(Match => $pr_prompt) == 1) {
@list = $pr->cmd(String => '8', Prompt => $endlist);
} else {
print LOG " Error: acessing menu option '8'.\n" if ($debug);
print LOG " Error: accessing menu option '8'.\n" if ($debug);
$pr->close;
return 2;
}
Expand Down

0 comments on commit acd3260

Please sign in to comment.