We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a5b17 commit 7b9d313Copy full SHA for 7b9d313
src/CustomValuesLogicDevice.cs
@@ -101,7 +101,7 @@ public override bool CustomActivate()
101
102
if (File.Exists(Global.FilePathPrefix + Properties.FilePath))
103
{
104
- Debug.LogVerbose(this, "Reading exsisting file");
+ Debug.LogVerbose(this, "Reading existing file");
105
FileData = JObject.Parse(FileIO.ReadDataFromFile(Properties.FilePath));
106
}
107
else
0 commit comments