summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlanscut <wp_scut@163.com>2020-02-27 10:11:22 +0800
committerWilliam Langford <wlangfor@gmail.com>2020-03-02 10:05:32 -0500
commit63b5c7b5537d8bc0e5f20fe0c8b04fa790f3146a (patch)
tree053c338165ede005623df370d679143442e4e35e
parent5b9e63e4af339bc5867603f14441b4b4cbb9e175 (diff)
compatibiltiy->compatibility
-rw-r--r--src/jv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jv.c b/src/jv.c
index 3c38d424..3d92f875 100644
--- a/src/jv.c
+++ b/src/jv.c
@@ -354,7 +354,7 @@ static const char* jvp_literal_number_literal(jv n) {
}
if (decNumberIsInfinite(pdec)) {
- // For backward compatibiltiy.
+ // For backward compatibility.
if (decNumberIsNegative(pdec)) {
return DBL_MIN_STR;
} else {