Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
r='s from many people. sr=jst git-svn-id: svn://10.0.0.236/trunk@111049 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -41,7 +41,7 @@ $(JAVAXPIDLSRCS) :
|
||||
cp $(DEPTH)/dist/idl/$(@F) .
|
||||
|
||||
#we have to exclude some files from here
|
||||
#xpidl compiler does not suport typedefs, yet.
|
||||
#xpidl compiler does not support typedefs, yet.
|
||||
#we do not have typedefs in java
|
||||
#what is the best solution?
|
||||
#idk@eng.sun.com (04/02/2001)
|
||||
|
||||
@@ -42,7 +42,7 @@ $(JAVAXPIDLSRCS) :
|
||||
copy $(DEPTH)\dist\idl\$(@F) .
|
||||
|
||||
#we have to exclude some files from here
|
||||
#xpidl compiler does not suport typedefs, yet.
|
||||
#xpidl compiler does not support typedefs, yet.
|
||||
#we do not have typedefs in java
|
||||
#what is the best solution?
|
||||
#idk@eng.sun.com (04/02/2001)
|
||||
|
||||
@@ -52,7 +52,7 @@ BCTestLoaderImpl::BCTestLoaderImpl()
|
||||
printf("DEbug:avm:BCTestLoaderImpl::BCTestLoaderImpl()\n");
|
||||
testLocation = getenv(BC_TEST_LOCATION_VAR_NAME);
|
||||
if(!testLocation) {
|
||||
fprintf(stderr, "ERROR: %s enviroment variable isn't set !\n",BC_TEST_LOCATION_VAR_NAME);
|
||||
fprintf(stderr, "ERROR: %s environment variable isn't set !\n",BC_TEST_LOCATION_VAR_NAME);
|
||||
return;
|
||||
}
|
||||
char** testCase = LoadTestList();
|
||||
|
||||
Reference in New Issue
Block a user