You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2020/08/24 20:23:58 UTC

[commons-daemon] 02/02: Fix comment typo

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git

commit 3a4d67fc568d6c5bba0945bab259f730be68a2bf
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Aug 24 21:23:36 2020 +0100

    Fix comment typo
---
 src/native/unix/native/jsvc-unix.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/native/unix/native/jsvc-unix.c b/src/native/unix/native/jsvc-unix.c
index 176ea47..6beddce 100644
--- a/src/native/unix/native/jsvc-unix.c
+++ b/src/native/unix/native/jsvc-unix.c
@@ -1196,7 +1196,7 @@ int main(int argc, char *argv[])
         /*
          * There is no need to change LD_LIBRARY_PATH
          * if we were not able to find a path to libjvm.so
-         * (additionaly a strdup(NULL) cores dump on my machine).
+         * (additionally a strdup(NULL) cores dump on my machine).
          */
         if (libf != NULL) {
             p1 = strdup(libf);