diff options
author | Erwan Velu <erwan.velu@free.fr> | 2009-02-16 16:01:11 +0100 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-02-25 20:58:41 -0800 |
commit | 61993e690618a50f758a89d4d0b84503a49ec830 (patch) | |
tree | a3284f6e738749d28db131611fdb1608c79873d8 /sample | |
parent | f6a33095358a64ebaad60c092c234c49ae2d6577 (diff) | |
download | syslinux-61993e690618a50f758a89d4d0b84503a49ec830.tar.gz |
hdt: Fixing typo
Diffstat (limited to 'sample')
-rw-r--r-- | sample/hdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/hdt.c b/sample/hdt.c index 56f5dfd3..7d7e3efc 100644 --- a/sample/hdt.c +++ b/sample/hdt.c @@ -1165,7 +1165,7 @@ void compute_aboutmenu(unsigned char *menu) { menu_count++; set_menu_pos(SUBMENU_Y,SUBMENU_X); - printf("MENU: About Syslinux menu\n"); + printf("MENU: Computing About menu\n"); snprintf(buffer, sizeof buffer, "Product : %s", PRODUCT_NAME); snprintf(statbuffer, sizeof statbuffer, "Product : %s", PRODUCT_NAME); |