cookutils rev 718 slitaz-tank

lib/libcook.sh: Add typo fixes from default branch.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Apr 14 04:34:10 2015 +0000 (2015-04-14)
parents 156eb61b493b
children e5bb1ba792f8
files lib/libcook.sh
line diff
     1.1 --- a/lib/libcook.sh	Tue Apr 14 04:30:13 2015 +0000
     1.2 +++ b/lib/libcook.sh	Tue Apr 14 04:34:10 2015 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  #!/bin/sh
     1.5  #
     1.6  # Cook library - Shared configs and functions between cook, the cooker and
     1.7 -# cookiso. Read the README before adding or modifing any code in libcook.sh!
     1.8 +# cookiso. Read the README before adding or modifying any code in libcook.sh!
     1.9  #
    1.10  # Copyright (C) SliTaz GNU/Linux - GNU gpl v3
    1.11  # Author: Christophe Lincoln <pankso@slitaz.org>
    1.12 @@ -10,7 +10,7 @@
    1.13  . /usr/lib/slitaz/libpkg.sh
    1.14  . /etc/slitaz/slitaz.conf
    1.15  
    1.16 -# System wide config can be overwriten by a cook.conf in current path.
    1.17 +# System wide config can be overwritten by a cook.conf in current path.
    1.18  [ -f "/etc/slitaz/cook.conf" ] && . /etc/slitaz/cook.conf
    1.19  [ -f "cook.conf" ] && . ./cook.conf
    1.20