Janitorial work

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5302 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
haydentech 2003-11-10 19:50:27 +00:00
parent 84e57fc918
commit 2ef7083364
3 changed files with 3 additions and 3 deletions

View File

@ -283,7 +283,7 @@ BRegion::PrintToStream() const
}
/*! \brief Offses all region's rects, and bounds by the given values.
/*! \brief Offsets all region's rects, and bounds by the given values.
\param dh The horizontal offset.
\param dv The vertical offset.
*/

View File

@ -1333,7 +1333,7 @@ void DisplayDriver::ObscureCursor(void)
The driver does not take ownership of the given cursor. Subclasses should make
a copy of the cursor passed to it. The default version of this function hides the
cursory, replaces it, and shows the cursor if previously visible.
cursor, replaces it, and shows the cursor if previously visible.
*/
void DisplayDriver::SetCursor(ServerCursor *cursor)
{

View File

@ -426,7 +426,7 @@ void ServerApp::_DispatchMessage(PortMessage *msg)
msg->Read<port_id>( &looperPort );
msg->ReadString( &title );
STRACE(("ServerApp %s: Got 'New Window' message, trying to do smething...\n",
STRACE(("ServerApp %s: Got 'New Window' message, trying to do something...\n",
_signature.String()));
// ServerWindow constructor will reply with port_id of a newly created port