From: Bruno Sinou Date: Thu, 7 May 2015 15:49:31 +0000 (+0000) Subject: fix a small typo in a comment X-Git-Tag: argeo-commons-2.1.30~255 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=536588817e1800032c1f2fa1d5ad1da75d94517a;p=lgpl%2Fargeo-commons.git fix a small typo in a comment git-svn-id: https://svn.argeo.org/commons/trunk@8091 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/dist/osgi-boot/src/main/rpm/etc/osgiboot/osgi-service-init-functions.sh b/dist/osgi-boot/src/main/rpm/etc/osgiboot/osgi-service-init-functions.sh index 35bf9703f..ba2351987 100644 --- a/dist/osgi-boot/src/main/rpm/etc/osgiboot/osgi-service-init-functions.sh +++ b/dist/osgi-boot/src/main/rpm/etc/osgiboot/osgi-service-init-functions.sh @@ -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