Skip to content

Commit 18459c2

Browse files
committed
docs: IniFil->IniFile
1 parent ab435cb commit 18459c2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/src/gui/gladevcp.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ using a run-in-place setup.
357357
[[gladevcp:embedding-tab]]
358358
=== Embedding as a Tab
359359

360-
To do so, edit your .ini file and add to the DISPLAY and HAL sections of INI
360+
To do so, edit your .ini (INI) file and add to the DISPLAY and HAL sections of INI
361361
file as follows:
362362

363363
[source,{ini}]
@@ -2739,13 +2739,13 @@ Note that types are saved and preserved on restore. This example
27392739
assumes that the INI file didn't exist or had the default values from
27402740
self.defaults.
27412741

2742-
After this incantation, you can use the following IniFil methods:
2742+
After this incantation, you can use the following IniFile methods:
27432743

27442744
ini.save_state(obj)::
2745-
Saves objs's attributes as per `IniFil.vars` dictionary and the widget
2745+
Saves objs's attributes as per `IniFile.vars` dictionary and the widget
27462746
state as described in `IniFile.widgets` in `self.defaults`.
27472747
ini.create_default_ini()::
2748-
Create a .ini file with default values
2748+
Create an INI file with default values
27492749
ini.restore_state(obj)::
27502750
Restore HAL out pins and obj's attributes as
27512751
saved/initialized to default as above
@@ -3049,7 +3049,7 @@ The system directory defined by LINUXCNC_AUX_GLADEVCP
30493049
a GladeVCP-compatible python file(s) and related subdirectories.
30503050
The python file is imported at GladeVCP startup and made
30513051
available to subsequent GladeVCP applications including
3052-
embedded usage in supporting guis.
3052+
embedded usage in supporting GUIs.
30533053

30543054
The system directory defined by LINUXCNC_AUX_EXAMPLES
30553055
(/usr/share/linuxcnc/aux_examples) specifies the location

0 commit comments

Comments
 (0)