@@ -16,13 +16,13 @@ library that aims to give unified GUI functions using frontends for dialogs boxe
1616
1717#### Backends environments GUI
1818
19- EBG implements differents dialogs boxes! You don't have to worry about what
19+ EBG implements different dialogs boxes! You don't have to worry about what
2020environment you are running the script in, as ** EasyBashGUI** will handle this
2121transparently, based on the availability of the backends (frontends).
2222
2323* Console mode:
2424 * dialog
25- * whiptail
25+ * cdialog
2626* Graphical mode:
2727 * yad
2828 * gtkdialog
@@ -32,17 +32,17 @@ transparently, based on the availability of the backends (frontends).
3232
3333![ ] ( docs/easybasguidialogs.jpeg )
3434
35- #### Compatibilty and runtime
35+ #### Compatibility and runtime
3636
3737EBG is coded in ` bash ` , and uses most of ` coreutils ` commands, but it may work in
38- any other env, becouse those are just used internally.
38+ any other environment, because those are just used internally.
3939
4040## Components
4141
4242EBG is fully modular:
4343
44- * ` easybashgui ` a launcher that will be the endpoint sourcered in your scripts
45- * ` easybashgui-debug ` that toggles some debug options managed by the previus component
44+ * ` easybashgui ` a launcher that will be the endpoint sourced in your scripts
45+ * ` easybashgui-debug ` that toggles some debug options managed by the previous component
4646* ` easybashgui.lib ` that managed the backends, called as widget library
4747* ` easydialog-legacy ` stand-alone to create dialog boxes externally (as old nowadays)
4848* ` easybashlib ` used for for optional functions like cleaning temporally working dir
0 commit comments