Clarify naming.
[lgpl/argeo-commons.git] / 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