diff options
| author | George Hazan <ghazan@miranda.im> | 2023-01-25 21:02:26 +0300 | 
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2023-01-25 21:02:26 +0300 | 
| commit | 7979f60eb4e2f13bcd4aa35d16b72e4608c5fa50 (patch) | |
| tree | 72fd29860e286d360bda0a775a0cc4f467a9a0d9 /plugins/WhenWasIt/src | |
| parent | 76855c7a10db46fd8d8b6b1b1e9df20b30bee192 (diff) | |
typo fix
Diffstat (limited to 'plugins/WhenWasIt/src')
| -rw-r--r-- | plugins/WhenWasIt/src/utils.cpp | 4 | 
1 files 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);
  	}
  }
  | 
