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 2017/10/20 07:48:50 UTC

svn commit: r1812719 - /commons/proper/daemon/trunk/src/native/unix/native/location.c

Author: markt
Date: Fri Oct 20 07:48:49 2017
New Revision: 1812719

URL: http://svn.apache.org/viewvc?rev=1812719&view=rev
Log:
Fix comment typos

Modified:
    commons/proper/daemon/trunk/src/native/unix/native/location.c

Modified: commons/proper/daemon/trunk/src/native/unix/native/location.c
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/native/unix/native/location.c?rev=1812719&r1=1812718&r2=1812719&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/native/unix/native/location.c (original)
+++ commons/proper/daemon/trunk/src/native/unix/native/location.c Fri Oct 20 07:48:49 2017
@@ -17,14 +17,14 @@
 #include "jsvc.h"
 
 /* Locations of various JVM files. We have to deal with all this madness since
- * we're not distributed togheter (yet!) with an official VM distribution. All
+ * we're not distributed together (yet!) with an official VM distribution. All
  * this CRAP needs improvement, and based on the observation of default
  * distributions of VMs and OSes. If it doesn't work for you, please report
  * your VM layout (ls -laR) and system details (build/config.guess) so that we
  * can improve the search algorithms.
  */
 
-/* If JAVA_HOME is not defined we search this list of paths (OS-dependant)
+/* If JAVA_HOME is not defined we search this list of paths (OS-dependent)
  * to find the default location of the JVM.
  */
 char *location_home[] = {