Skip to content

Commit

Permalink
dist/tools/lpc2k_pgm: fix typo in GUI / readme
Browse files Browse the repository at this point in the history
  • Loading branch information
maribu committed Oct 16, 2023
1 parent 50d5c69 commit 50490ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/tools/lpc2k_pgm/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ been tested with Linux kernel 2.4.20 and 2.6.8, and should work with
almost any linux system.

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

Your serial port device file (usually /dev/ttyS0 or /dev/ttyS1) must
Expand Down
2 changes: 1 addition & 1 deletion dist/tools/lpc2k_pgm/src/gui.c
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ void create_window(int *argc, char ***argv)
gtk_widget_set_sensitive(reboot_button, TRUE);
gtk_widget_show(reboot_button);

bootloader_button = gtk_button_new_with_label("Booloader");
bootloader_button = gtk_button_new_with_label("Bootloader");
gtk_widget_show(bootloader_button);

quit_button = gtk_button_new_with_label("Quit");
Expand Down

0 comments on commit 50490ed

Please sign in to comment.