Fixed minor typo in the POD synopsis (thanks Franck!).

git-svn-id: file:///home/mbr/svn/fwknop/trunk@157 510a4753-2344-4c79-9c09-4d669213fbeb
This commit is contained in:
Damien Stuart 2009-10-19 23:52:36 +00:00
parent b0edb8cafe
commit 7f95651fed

View File

@ -477,7 +477,7 @@ FKO - Perl module wrapper for libfko
my $fko = FKO->new();
if(!$fko) {
die "Unable to create FKO object: $FKO::error_str\n");
die "Unable to create FKO object: $FKO::error_str\n";
}
# Override the username (default is current user).