Skip to content

Commit 85b0b8a

Browse files
committed
fix typo
1 parent fe86268 commit 85b0b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/hash/config.w32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if (PHP_HASH != "no") {
2929
"php_hash_haval.h php_hash_tiger.h php_hash_gost.h php_hash_snefru.h " +
3030
"php_hash_whirlpool.h php_hash_adler32.h php_hash_crc32.h php_hash_sha3.h ");
3131
} else {
32-
WARNING("gd not enabled; libraries and headers not found");
32+
WARNING("hash not enabled; libraries and headers not found");
3333
}
3434
}
3535

0 commit comments

Comments
 (0)