@@ -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
361361file as follows:
362362
363363[source,{ini}]
@@ -2739,13 +2739,13 @@ Note that types are saved and preserved on restore. This example
27392739assumes that the INI file didn't exist or had the default values from
27402740self.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
27442744ini.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`.
27472747ini.create_default_ini()::
2748- Create a .ini file with default values
2748+ Create an INI file with default values
27492749ini.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
30493049a GladeVCP-compatible python file(s) and related subdirectories.
30503050The python file is imported at GladeVCP startup and made
30513051available to subsequent GladeVCP applications including
3052- embedded usage in supporting guis .
3052+ embedded usage in supporting GUIs .
30533053
30543054The system directory defined by LINUXCNC_AUX_EXAMPLES
30553055(/usr/share/linuxcnc/aux_examples) specifies the location
0 commit comments