[Pkg-octave-commit] rev 194 - trunk/www

Rafael Laboissiere pkg-octave-devel@lists.alioth.debian.org
Tue, 12 Apr 2005 23:44:05 +0000


Author: rafael
Date: 2005-04-12 23:44:05 +0000 (Tue, 12 Apr 2005)
New Revision: 194

Modified:
   trunk/www/Makefile
Log:
Fixed small typo in echo message


Modified: trunk/www/Makefile
===================================================================
--- trunk/www/Makefile	2005-04-12 15:27:36 UTC (rev 193)
+++ trunk/www/Makefile	2005-04-12 23:44:05 UTC (rev 194)
@@ -29,7 +29,7 @@
 	@echo -n "Installing remote tarball... "
 	@ssh $(USER)@$(HOST) 'cd $(DIR); tar xfz $(TARBALL)'
 	@echo done
-	@echo -n "Setting group acces of www files... "
+	@echo -n "Setting group access of www files... "
 	-@ssh $(USER)@$(HOST)						\
 		'cd $(DIR); chgrp -R $(GROUP) .; chmod -R g=u .'	\
 		> /dev/null 2>&1