From 7979f60eb4e2f13bcd4aa35d16b72e4608c5fa50 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 25 Jan 2023 21:02:26 +0300 Subject: typo fix --- plugins/WhenWasIt/src/utils.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/WhenWasIt/src/utils.cpp b/plugins/WhenWasIt/src/utils.cpp index 5cdcc29103..763ea46575 100644 --- a/plugins/WhenWasIt/src/utils.cpp +++ b/plugins/WhenWasIt/src/utils.cpp @@ -75,7 +75,7 @@ int Info(char *title, char *format, ...) void CheckConvert(void) { - if (db_get_b(0, "Compatiblilty", MODULENAME) < 1) { + if (db_get_b(0, "Compatibility", MODULENAME) < 1) { for (auto &hContact : Contacts()) { int bday = db_get_dw(hContact, "UserInfo", "DOBd", -1); if (bday == -1) @@ -93,7 +93,7 @@ void CheckConvert(void) db_set_dw(hContact, "UserInfo", "BirthYear", byear); } - db_set_b(0, "Compatiblilty", MODULENAME, 1); + db_set_b(0, "Compatibility", MODULENAME, 1); } } -- cgit v1.2.3