Author: pfg
Date: Tue Apr 29 20:05:30 2014
New Revision: 1591078
URL: http://svn.apache.org/r1591078
Log:
Small typo.
Modified:
openoffice/trunk/main/sal/inc/osl/semaphor.hxx
Modified: openoffice/trunk/main/sal/inc/osl/semaphor.hxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/sal/inc/osl/semaphor.hxx?rev=1591078&r1=1591077&r2=1591078&view=diff
==============================================================================
--- openoffice/trunk/main/sal/inc/osl/semaphor.hxx (original)
+++ openoffice/trunk/main/sal/inc/osl/semaphor.hxx Tue Apr 29 20:05:30 2014
@@ -43,7 +43,7 @@ namespace osl
/** Creates a semaphore.<BR>
@param InitialCount denotes the starting value the
semaphore. If you set it to
zero, the first acquire() blocks. Otherwise
InitialCount acquire()s are
- immedeatly successful.
+ immediately successful.
@return 0 if the semaphore could not be created,
otherwise a handle to the sem.
*/