Merge pull request #3869 from Captain-Chaos/v3.0

Typo in log message
This commit is contained in:
mikeprimm 2022-11-29 15:34:56 -06:00 committed by GitHub
commit 7f71e7ef9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ public class HDBlockModels {
}
}
} catch (IOException iox) {
Log.severe("Error processing nodel files");
Log.severe("Error processing model files");
} finally {
if (in != null) {
try { in.close(); } catch (IOException iox) {}