This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git
The following commit(s) were added to refs/heads/master by this push:
new ae29602 Fix spelling
ae29602 is described below
commit ae296022eb3abed3c77e20767adb9ff5a3f30705
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jan 18 09:34:40 2023 -0500
Fix spelling
---
src/samples/AloneDaemon.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/samples/AloneDaemon.sh b/src/samples/AloneDaemon.sh
index 37865fc..2984677 100755
--- a/src/samples/AloneDaemon.sh
+++ b/src/samples/AloneDaemon.sh
@@ -16,7 +16,7 @@
# limitations under the License.
#
# Small shell script to show how to start the sample services.
-# That is for linux, if your are using cygwin look to ServiceDaemon.sh.
+# That is for Linux, if your are using cygwin look to ServiceDaemon.sh.
#
# Adapt the following lines to your configuration
JAVA_HOME=`echo $JAVA_HOME`