Missing word in commenmt

This commit is contained in:
7u83 2017-09-16 18:47:46 +02:00
parent 2c9e5ba90a
commit 5fc03b94a3
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ public class SeSimApplication extends javax.swing.JFrame {
// Set Application title (no file is currently opened)
setTitleWithFileName("");
// check if are runing the very first time,
// check if we are runing the very first time,
// and if: Load a default configuration from our resources
boolean init = Globals.prefs.getBoolean("initilized", false);
if (!init){