src/os/linux/launcher/java.c

changeset 1040
98cb887364d3
parent 905
ad8c8ca4ab0f
child 1907
c18cbe5936b8
     1.1 --- a/src/os/linux/launcher/java.c	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/os/linux/launcher/java.c	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -419,7 +419,7 @@
     1.4              goto leave;
     1.5          }
     1.6          mainClass = LoadClass(env, classname);
     1.7 -        if(mainClass == NULL) { /* exception occured */
     1.8 +        if(mainClass == NULL) { /* exception occurred */
     1.9              ReportExceptionDescription(env);
    1.10              message = "Could not find the main class.  Program will exit.";
    1.11              goto leave;
    1.12 @@ -441,7 +441,7 @@
    1.13          goto leave;
    1.14        }
    1.15        mainClass = LoadClass(env, classname);
    1.16 -      if(mainClass == NULL) { /* exception occured */
    1.17 +      if(mainClass == NULL) { /* exception occurred */
    1.18          ReportExceptionDescription(env);
    1.19          message = "Could not find the main class. Program will exit.";
    1.20          goto leave;

mercurial