summaryrefslogtreecommitdiff
path: root/src/analysis/db/items/comment.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2019-05-11 21:19:31 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2019-05-11 21:19:31 (GMT)
commit8a1a07f50f78e4a4f32d41c80db6c40e6c6225f3 (patch)
treec7285a17f602b67010321263048bf51a27f03cfe /src/analysis/db/items/comment.c
parent9cbb342f0c697bad082d8817513cd9771ade1b1f (diff)
Typo.
Diffstat (limited to 'src/analysis/db/items/comment.c')
-rw-r--r--src/analysis/db/items/comment.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analysis/db/items/comment.c b/src/analysis/db/items/comment.c
index 6ac37fd..331ff2d 100644
--- a/src/analysis/db/items/comment.c
+++ b/src/analysis/db/items/comment.c
@@ -1614,7 +1614,7 @@ GCommentCollection *g_comment_collection_new(void)
static bool g_comment_collection_create_db_table(const GCommentCollection *collec, sqlite3 *db)
{
- const char *sql; /* Patron de Requête SQL */
+ const char *sql; /* Patron de requête SQL */
char *addr_fields; /* Champs pour l'adresse */
char *request; /* Requête à exécuter */
char *msg; /* Message d'erreur */