summaryrefslogtreecommitdiffstats
path: root/src/libs/sqlite2/sqlite.h
diff options
context:
space:
mode:
authorTDE Weblate <[email protected]>2025-03-15 13:04:23 +0000
committerMichele Calgaro <[email protected]>2025-03-19 13:12:11 +0900
commit8b3a88df55c67e3e75b93385db1c4f27f409a06f (patch)
tree8427cf9e4892c66674645e7152c3246a334bd165 /src/libs/sqlite2/sqlite.h
parent0b5e696d79ab1a160293d520b7526e031238989a (diff)
downloaddigikam-rename/true-false.tar.gz
digikam-rename/true-false.zip
Update translation filesrename/true-false
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/digikam Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/
Diffstat (limited to 'src/libs/sqlite2/sqlite.h')
-rw-r--r--src/libs/sqlite2/sqlite.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/sqlite2/sqlite.h b/src/libs/sqlite2/sqlite.h
index ef461bf7..bdad7c73 100644
--- a/src/libs/sqlite2/sqlite.h
+++ b/src/libs/sqlite2/sqlite.h
@@ -740,7 +740,7 @@ int sqlite_reset(sqlite_vm*, char **pzErrMsg);
** to bind the value to. The left most '?' is 1. The 3rd parameter is
** the value to assign to that variable. The 4th parameter is the number
** of bytes in the value, including the terminating \000 for strings.
-** Finally, the 5th "copy" parameter is TRUE if SQLite should make its
+** Finally, the 5th "copy" parameter is true if SQLite should make its
** own private copy of this value, or false if the space that the 3rd
** parameter points to will be unchanging and can be used directly by
** SQLite.