aboutsummaryrefslogtreecommitdiff
path: root/include/sg_pr2serr.h
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2022-10-27 18:07:47 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2022-10-27 18:07:47 +0000
commit7ce49e15a453f598ce6cc08933c5d961dcf86b46 (patch)
tree4018c626168817c8880f984210b19a12045b45d0 /include/sg_pr2serr.h
parentdf021e02a8ebe19d0537bb836b988bc7d424f79e (diff)
downloadsg3_utils-7ce49e15a453f598ce6cc08933c5d961dcf86b46.tar.gz
sg_stream_ctl: fix --get indexing; fix some './configure --enable-debug' issues
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@976 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'include/sg_pr2serr.h')
-rw-r--r--include/sg_pr2serr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sg_pr2serr.h b/include/sg_pr2serr.h
index 556ff596..bebf9900 100644
--- a/include/sg_pr2serr.h
+++ b/include/sg_pr2serr.h
@@ -273,7 +273,7 @@ void sgj_js_nv_ihexstr_nex(sgj_state * jsp, sgj_opaque_p jop,
const char * nex_s);
/* Add named field whose value is a (large) JSON string made up of num_bytes
- * ASCII hexadecimal bytes (each two hex digits seperated by a space) starting
+ * ASCII hexadecimal bytes (each two hex digits separated by a space) starting
* at byte_arr. The heap is used for intermediate storage so num_bytes can
* be arbitrarily large. */
void sgj_js_nv_hex_bytes(sgj_state * jsp, sgj_opaque_p jop, const char * name,