tazweb diff src/tazweb-ng.c @ rev 196

Tiny edits
author Paul Issott <paul@slitaz.org>
date Thu Mar 16 19:58:06 2017 +0000 (2017-03-16)
parents 51b5c8aad18c
children b043c09b31f0
line diff
     1.1 --- a/src/tazweb-ng.c	Thu Mar 16 00:23:06 2017 +0100
     1.2 +++ b/src/tazweb-ng.c	Thu Mar 16 19:58:06 2017 +0000
     1.3 @@ -1,6 +1,6 @@
     1.4  /*
     1.5   * TazWeb is a radically simple web browser providing a single window
     1.6 - * with a single toolbar with buttons, an URL entry and search as well
     1.7 + * with a single toolbar with buttons, a URL entry and search as well
     1.8   * as a contextual menu, but no menu bar or tabs. Commented line code
     1.9   * starts with // and comments are between * *
    1.10   *
    1.11 @@ -574,7 +574,7 @@
    1.12  	argc -= optind;
    1.13  	argv += optind;
    1.14  
    1.15 -	/* FreeBSD sytle! */
    1.16 +	/* FreeBSD style! */
    1.17  	TAILQ_INIT(&tabs);
    1.18  
    1.19  	/* Initialize GTK */