tazweb rev 187

Tiny edits
author Paul Issott <paul@slitaz.org>
date Tue Mar 14 17:21:58 2017 +0000 (2017-03-14)
parents f71f2a7adfbf
children bb7b18c98c63
files README src/snippets.c
line diff
     1.1 --- a/README	Tue Mar 14 13:16:04 2017 +0100
     1.2 +++ b/README	Tue Mar 14 17:21:58 2017 +0000
     1.3 @@ -11,7 +11,7 @@
     1.4  motivated and want to add some more functionality, please talk to the AUTHOR 
     1.5  before committing anything in the repos.
     1.6  
     1.7 -This application have been created for Tazpanel and future SliTaz integrated
     1.8 +This application has been created for Tazpanel and future SliTaz integrated
     1.9  Web applications and it's become a daily usable browser. The idea with TazWeb 
    1.10  is to have a minimal interface, the approach is to build all of the GUI with 
    1.11  xHTML and CSS like in TazPanel or well-known web applications.
     2.1 --- a/src/snippets.c	Tue Mar 14 13:16:04 2017 +0100
     2.2 +++ b/src/snippets.c	Tue Mar 14 17:21:58 2017 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  /*
     2.5 - * TazWeb code snippets: small region of re-usable source code
     2.6 + * TazWeb code snippets: small regions of re-usable source code
     2.7   * 
     2.8 - * This file is used for ideas, proposal and to keep removed code under
     2.9 + * This file is used for ideas, proposals and to keep removed code under
    2.10   * the hand.
    2.11   *
    2.12   * Copyright (C) 2011-2017 SliTaz GNU/Linux - BSD License
    2.13 @@ -42,7 +42,7 @@
    2.14  
    2.15  /* Zoom out and in callback function
    2.16   * 
    2.17 - * Not sure zooming is usefull in menu, but with GDK keybinding or
    2.18 + * Not sure zooming is useful in menu, but with GDK keybinding or
    2.19   * mouse Ctrl+scroll it would be nice!
    2.20   * 
    2.21   */