fix a small typo in a comment
authorBruno Sinou <bsinou@argeo.org>
Thu, 7 May 2015 15:49:31 +0000 (15:49 +0000)
committerBruno Sinou <bsinou@argeo.org>
Thu, 7 May 2015 15:49:31 +0000 (15:49 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@8091 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

dist/osgi-boot/src/main/rpm/etc/osgiboot/osgi-service-init-functions.sh

index 35bf9703f0ea18ec70c23c26c149d4ed037e4e4c..ba235198703b922942b6c733f4709c2ac5f81f81 100644 (file)
@@ -7,7 +7,7 @@ RETVAL=0
 
 osgi_service_start() {
        APP=$1
-       # create log an run directories writable by the application user
+       # create log and run directories writable by the application user
        USER=$APP
        GROUP=$APP
        RUN_DIR=/var/run/$APP