summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2008-06-13 06:44:50 +0000
committerMax Kremmel <xing@synapse.plus.com>2008-06-13 06:44:50 +0000
commit36668082ece37ee83e6811f15d2902eb9bab66b8 (patch)
treecd240169395ed0e7eabc168a3afe3f6b13d3db79 /layouts
parent1705b6c685284c89f06d95fcc971d0a373e2260e (diff)
downloadthemes-36668082ece37ee83e6811f15d2902eb9bab66b8.tar.gz
themes-36668082ece37ee83e6811f15d2902eb9bab66b8.tar.bz2
themes-36668082ece37ee83e6811f15d2902eb9bab66b8.zip
typo
Diffstat (limited to 'layouts')
-rwxr-xr-xlayouts/resize.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/resize.sh b/layouts/resize.sh
index 6471162..075223f 100755
--- a/layouts/resize.sh
+++ b/layouts/resize.sh
@@ -32,7 +32,7 @@ echo 1; sleep 1
echo
echo "Executing substitutions."
-# This sample script will resize all statically set dimansions to work with 900px instead of 800px
+# This sample script will resize all statically set dimensions to work with 900px instead of 800px
# total width
find . -name "*.css" -exec perl -i -wpe 's/700px/900px/g' {} \;
# half the total width
@@ -55,7 +55,7 @@ find . -name "*.css" -exec perl -i -wpe 's/550px/680px/g' {} \;
## Use the replacements below to generate a very small layout that works with the layout_style.tar.gz
-## This sample script will resize all statically set dimansions to work with 900px instead of 800px
+## This sample script will resize all statically set dimensions to work with 900px instead of 800px
## total width
#find . -name "*.css" -exec perl -i -wpe 's/700px/100px/g' {} \;
## half the total width