aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorstephan <stephan@noemail.net>2022-10-02 20:13:46 +0000
committerstephan <stephan@noemail.net>2022-10-02 20:13:46 +0000
commit65e6522f8f1dc60d8dc1caac3dd92cdf707947a3 (patch)
treea33551a16e1852b0136c625713aa9082d016be50 /src
parent7d34b8d6281c942382765f94e860a1e4f7d3a043 (diff)
downloadsqlite-65e6522f8f1dc60d8dc1caac3dd92cdf707947a3.tar.gz
sqlite-65e6522f8f1dc60d8dc1caac3dd92cdf707947a3.zip
Minor doc typo fix in sqlite.h.in.
FossilOrigin-Name: 372802aaa22a830bf498bb0d9561ae02b32e5e191c4d7d771ea152140f6685a1
Diffstat (limited to 'src')
-rw-r--r--src/sqlite.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqlite.h.in b/src/sqlite.h.in
index d862c4fc0..df61f3c19 100644
--- a/src/sqlite.h.in
+++ b/src/sqlite.h.in
@@ -5628,7 +5628,7 @@ void sqlite3_value_free(sqlite3_value*);
**
** ^The sqlite3_aggregate_context(C,N) routine returns a NULL pointer
** when first called if N is less than or equal to zero or if a memory
-** allocate error occurs.
+** allocation error occurs.
**
** ^(The amount of space allocated by sqlite3_aggregate_context(C,N) is
** determined by the N parameter on first successful call. Changing the