src/core: fix typo in the option file

This commit is contained in:
Kazhnuz 2019-01-28 07:40:39 +01:00
parent dbaf2614bd
commit 01e114ddf5

View file

@ -81,7 +81,7 @@ function OptionsManager:read()
self:setData(loadedDatas[1])
else
self:reset()
print("no data file found, reseting data it")
print("no data file found, reseting data")
end
end