cosmetic comment tweak

Change-Id: I0482d663e6c9042545677f9280c751323d332439
diff --git a/src/db.c b/src/db.c
index 9cb6b4c..29f38cf 100644
--- a/src/db.c
+++ b/src/db.c
@@ -347,7 +347,7 @@
 {
 	int rc;
 
-	/* A newer SQLite version would allow simply 'ATLER TABLE subscriber RENAME COLUMN hlr_number TO msc_number'.
+	/* A newer SQLite version would allow simply 'ALTER TABLE subscriber RENAME COLUMN hlr_number TO msc_number'.
 	 * This is a really expensive workaround for that in order to cover earlier SQLite versions as well:
 	 * Create a new table with the new column name and copy the data over (https://www.sqlite.org/faq.html#q11).
 	 */