summaryrefslogtreecommitdiffstats
path: root/qadevOOo/runner/graphical/IniFile.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/graphical/IniFile.java')
-rw-r--r--qadevOOo/runner/graphical/IniFile.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/graphical/IniFile.java b/qadevOOo/runner/graphical/IniFile.java
index 12f1e4f808fc..c3a72ecfd747 100644
--- a/qadevOOo/runner/graphical/IniFile.java
+++ b/qadevOOo/runner/graphical/IniFile.java
@@ -40,7 +40,7 @@ public class IniFile implements Enumeration<String>
private int m_aEnumerationPos = 0;
/**
- open a ini file by it's name
+ open a ini file by its name
@param _sFilename string a filename, if the file doesn't exist, a new empty ini file will create.
write back to disk only if there are really changes.
*/