Skip to content

Commit 0049dcd

Browse files
authored
Merge pull request #27 from venenux/master-documentation-miscpelled
Master documentation miscpelled and whiptail note
2 parents e117cdc + c09604c commit 0049dcd

3 files changed

Lines changed: 210 additions & 88 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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
2020
environment you are running the script in, as **EasyBashGUI** will handle this
2121
transparently, 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

3737
EBG 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

4242
EBG 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

Comments
 (0)