mirror of
https://github.com/samba-team/samba.git
synced 2025-02-23 09:57:40 +03:00
Fix typo
Fix (minor) typo found in wireshark with lintian tools https://code.wireshark.org/review/#/c/18485/ Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
This commit is contained in:
parent
a39c4948a6
commit
3c9d703d45
@ -180,7 +180,7 @@ sub _CheckParams {
|
||||
while(($prm,$value)=splice(@$inarray,0,2)) {
|
||||
$prm=uc($prm);
|
||||
exists($$checklist{$prm})
|
||||
or croak("Unknow parameter '$prm'");
|
||||
or croak("Unknown parameter '$prm'");
|
||||
ref($value) eq $$checklist{$prm}
|
||||
or croak("Invalid value for parameter '$prm'");
|
||||
$prm=unpack('@2A*',$prm);
|
||||
|
Loading…
x
Reference in New Issue
Block a user