compat: correct HAVE_HUMANIZE_NUMBER typo

It should be HAVE_HUMANIZE_NUMBER instead of HAVE_HUMANIZE_HUMBER, from
the name of humanize_number(3).

It's mispelt only in this file, the configure script gets it correctly.

Closes: #334 [via git-merge-pr]
This commit is contained in:
Đoàn Trần Công Danh 2020-09-16 21:26:12 +07:00 committed by Duncan Overbruck
parent 379cd4da2c
commit 6122bff7fa
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35

View File

@ -27,7 +27,7 @@ char HIDDEN *strcasestr(const char *, const char *);
int HIDDEN vasprintf(char **, const char *, va_list);
#endif
#ifndef HAVE_HUMANIZE_HUMBER
#ifndef HAVE_HUMANIZE_NUMBER
#define HN_DECIMAL 0x01
#define HN_NOSPACE 0x02
#define HN_B 0x04