Update of /cvsroot/simspark/simspark/spark/salt
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv16526
Modified Files:
Tag: WIN32
sharedlibrary.cpp
Log Message:
fixed typo
Index: sharedlibrary.cpp
===================================================================
RCS file: /cvsroot/simspark/simspark/spark/salt/sharedlibrary.cpp,v
retrieving revision 1.3.2.2
retrieving revision 1.3.2.3
diff -C2 -d -r1.3.2.2 -r1.3.2.3
*** sharedlibrary.cpp 10 Feb 2007 18:59:14 -0000 1.3.2.2
--- sharedlibrary.cpp 6 Mar 2007 06:02:08 -0000 1.3.2.3
***************
*** 82,86 ****
if (mLibHandle == NULL)
{
! std::cerr << "(SharedLibrary) ERROR: dlopen faild for " << libName
<< " with: \n\t" << dlerror() << std::endl;
}
--- 82,86 ----
if (mLibHandle == NULL)
{
! std::cerr << "(SharedLibrary) ERROR: dlopen failed for " << libName
<< " with: \n\t" << dlerror() << std::endl;
}
|