Skip to content

Commit 9be7967

Browse files
maribuMrKevinWeiss
authored andcommitted
dist/tools/lpc2k_pgm: fix typo in GUI / readme
(cherry picked from commit 50490ed)
1 parent ee2525d commit 9be7967

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/tools/lpc2k_pgm/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ been tested with Linux kernel 2.4.20 and 2.6.8, and should work with
6666
almost any linux system.
6767

6868
You must have the "xterm" program installed. Nearly all linux
69-
distrubtions provide this, and it is often installed by default. If
69+
distributions provide this, and it is often installed by default. If
7070
you do not have it, simply install from your linux distribution.
7171

7272
Your serial port device file (usually /dev/ttyS0 or /dev/ttyS1) must

dist/tools/lpc2k_pgm/src/gui.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ void create_window(int *argc, char ***argv)
395395
gtk_widget_set_sensitive(reboot_button, TRUE);
396396
gtk_widget_show(reboot_button);
397397

398-
bootloader_button = gtk_button_new_with_label("Booloader");
398+
bootloader_button = gtk_button_new_with_label("Bootloader");
399399
gtk_widget_show(bootloader_button);
400400

401401
quit_button = gtk_button_new_with_label("Quit");

0 commit comments

Comments
 (0)