0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-14 17:48:37 +00:00

Fix small typo ()

* Fix typo

* Initialize version
This commit is contained in:
Stelios Fragkakis 2024-06-25 13:58:25 +03:00 committed by GitHub
parent 52c2307ed4
commit 70082e868e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -136,7 +136,7 @@
return false; \
} \
} else if(required) { \
buffer_sprintf(error, "missing or invalid type (expected double value or null) for '%s.%s'", path, member); \
buffer_sprintf(error, "missing or invalid type (expected int value or null) for '%s.%s'", path, member); \
return false; \
} \
} while(0)