diff options
| author | Paul Eggert | 2024-06-04 22:13:47 -0700 |
|---|---|---|
| committer | Paul Eggert | 2024-06-04 22:16:28 -0700 |
| commit | 3dcac22dd4225fdec0b97408da38f74de2a77bef (patch) | |
| tree | c79a8563efbed67aae0bba5d46b628c1e8a5b69b /src/json.c | |
| parent | 636461686f1d36388d4523cbb10eb7ec3bbbd63e (diff) | |
| download | emacs-3dcac22dd4225fdec0b97408da38f74de2a77bef.tar.gz emacs-3dcac22dd4225fdec0b97408da38f74de2a77bef.zip | |
Spelling fixes
Diffstat (limited to 'src/json.c')
| -rw-r--r-- | src/json.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/json.c b/src/json.c index 140c3625d4d..21066d21328 100644 --- a/src/json.c +++ b/src/json.c | |||
| @@ -405,7 +405,7 @@ json_out_nest (json_out_t *jo) | |||
| 405 | { | 405 | { |
| 406 | --jo->maxdepth; | 406 | --jo->maxdepth; |
| 407 | if (jo->maxdepth < 0) | 407 | if (jo->maxdepth < 0) |
| 408 | error ("Maximum JSON serialisation depth exceeded"); | 408 | error ("Maximum JSON serialization depth exceeded"); |
| 409 | } | 409 | } |
| 410 | 410 | ||
| 411 | static void | 411 | static void |