checkAPIs: Fix typo

Fix the typo'd header name in the error message.
This commit is contained in:
Jann Horn 2020-11-19 17:40:48 +01:00 committed by AndersBroman
parent 8c99f4de8d
commit 785ef0f43d
1 changed files with 1 additions and 1 deletions

View File

@ -527,7 +527,7 @@ sub check_included_files($$)
if ( m#([<"]|/+)gcrypt\.h[>"]$# ) {
print STDERR "Warning: ".$filename.
" includes gcrypt.h directly. ".
"Include wsutil/wsgrypt.h instead.\n";
"Include wsutil/wsgcrypt.h instead.\n";
last;
}
}