Skip to content

Commit

Permalink
Fix typo in debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
jrha committed Aug 4, 2023
1 parent 49319a6 commit 5c95662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ncm-network/src/main/perl/nmstate.pm
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ sub Configure
foreach my $link (sort keys %$exilinks) {
if (! $self->file_exists($link)) {
if ($self->cleanup($link)) {
$self->debug(1, "Succesfully cleaned up broken symlink $link");
$self->debug(1, "Successfully cleaned up broken symlink $link");
} else {
$self->error("Failed to unlink broken symlink $link: $self->{fail}");
};
Expand Down

0 comments on commit 5c95662

Please sign in to comment.