From 536588817e1800032c1f2fa1d5ad1da75d94517a Mon Sep 17 00:00:00 2001 From: Bruno Sinou Date: Thu, 7 May 2015 15:49:31 +0000 Subject: [PATCH] fix a small typo in a comment git-svn-id: https://svn.argeo.org/commons/trunk@8091 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- .../src/main/rpm/etc/osgiboot/osgi-service-init-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2