From 1d91f61ce390762cc00b54a2541329f2903ac77c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Pettersson?= Date: Tue, 18 Nov 2014 20:10:10 +0100 Subject: [PATCH] Comment typo fix. --- src/twc-sqlite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/twc-sqlite.c b/src/twc-sqlite.c index d83d053..d51f504 100644 --- a/src/twc-sqlite.c +++ b/src/twc-sqlite.c @@ -75,7 +75,7 @@ twc_sqlite_db_path() } /** - * Initialize profile table. Return 0 on success, -1 on errorh + * Initialize profile table. Return 0 on success, -1 on error. */ int twc_sqlite_init_profiles()