aboutsummaryrefslogtreecommitdiff
path: root/src/json
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-14 17:22:13 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-14 17:22:13 +0100
commitc0f407c9d3cfa50c3378ebbfc0885e20c84dd0ef (patch)
tree0172526a73ff97b569f3e66d12d6fe54bf181a33 /src/json
parentc90b5703c88339f7bdf909b77a45ea93c21792cd (diff)
downloadgnunet-c0f407c9d3cfa50c3378ebbfc0885e20c84dd0ef.tar.gz
gnunet-c0f407c9d3cfa50c3378ebbfc0885e20c84dd0ef.zip
misc spelling issues
Diffstat (limited to 'src/json')
-rw-r--r--src/json/json_mhd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/json/json_mhd.c b/src/json/json_mhd.c
index 0cc2e92dc..3a711b4f4 100644
--- a/src/json/json_mhd.c
+++ b/src/json/json_mhd.c
@@ -116,7 +116,7 @@ buffer_deinit (struct Buffer *buf)
116 * @param data_size the size of @a data 116 * @param data_size the size of @a data
117 * @param max_size maximum size that the buffer can grow to 117 * @param max_size maximum size that the buffer can grow to
118 * @return #GNUNET_OK on success, 118 * @return #GNUNET_OK on success,
119 * #GNUNET_NO if the buffer can't accomodate for the new data 119 * #GNUNET_NO if the buffer can't accommodate for the new data
120 */ 120 */
121static int 121static int
122buffer_append (struct Buffer *buf, 122buffer_append (struct Buffer *buf,