summaryrefslogtreecommitdiffstats
path: root/builtin.c
diff options
context:
space:
mode:
authorNicolas Williams <nico@cryptonector.com>2015-05-20 10:21:30 -0500
committerNicolas Williams <nico@cryptonector.com>2015-05-20 10:21:30 -0500
commit2e257563a61dd0da1e4d76e2b79a7c8c80e9f0c3 (patch)
treee19b59b0911d983542918ab001901db8942bdcfd /builtin.c
parentad0090964b5076ac519b0359a2afc543534852f1 (diff)
Fix spelling
Diffstat (limited to 'builtin.c')
-rw-r--r--builtin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin.c b/builtin.c
index cc295bff..c022416a 100644
--- a/builtin.c
+++ b/builtin.c
@@ -759,7 +759,7 @@ static jv f_match(jq_state *jq, jv input, jv regex, jv modifiers, jv testmode) {
}
#else /* ! HAVE_ONIGURUMA */
static jv f_match(jq_state *jq, jv input, jv regex, jv modifiers, jv testmode) {
- return jv_invalid_with_msg(jv_string("jq was compiled without ONIGURAMA regex libary. match/test/sub and related functions are not available."));
+ return jv_invalid_with_msg(jv_string("jq was compiled without ONIGURUMA regex libary. match/test/sub and related functions are not available."));
}
#endif /* HAVE_ONIGURUMA */