Type fix typo 'destory' -> 'destroy'
This commit is contained in:
4
entry.c
4
entry.c
@@ -96,7 +96,7 @@ void test_Ini(const char * iniText) {
|
||||
}
|
||||
}
|
||||
|
||||
PineIni_Destory(iniResult);
|
||||
PineIni_Destroy(iniResult);
|
||||
}
|
||||
|
||||
void test_Ini_Success() {
|
||||
@@ -242,7 +242,7 @@ void test_Ini_Get_Value() {
|
||||
intValue = PineIni_GetInt(iniResult, sectionName, key, 1);
|
||||
printf("Get Integer from <%s>.<%s> = %d\n", sectionName, key, intValue);
|
||||
|
||||
PineIni_Destory(iniResult);
|
||||
PineIni_Destroy(iniResult);
|
||||
}
|
||||
|
||||
void PutsTitle(const char* title) {
|
||||
|
||||
Reference in New Issue
Block a user