Typo fix: deprecasted -> deprecated
authorDan Scott <dan@coffeecode.net>
Mon, 16 May 2011 18:52:40 +0000 (14:52 -0400)
committerDan Scott <dan@coffeecode.net>
Mon, 16 May 2011 18:52:40 +0000 (14:52 -0400)
It's an annoying typo, and it helps test out the buildbot
configuration...

Signed-off-by: Dan Scott <dscott@laurentian.ca>

src/libopensrf/osrf_app_session.c

index ac2b4c0..890108a 100644 (file)
@@ -629,7 +629,7 @@ int osrfAppSessionMakeRequest(
                osrfAppSession* session, const jsonObject* params,
                const char* method_name, int protocol, osrfStringArray* param_strings ) {
 
-       osrfLogWarning( OSRF_LOG_MARK, "Function osrfAppSessionMakeRequest() is deprecasted; "
+       osrfLogWarning( OSRF_LOG_MARK, "Function osrfAppSessionMakeRequest() is deprecated; "
                        "call osrfAppSessionSendRequest() instead" );
        return osrfAppSessionMakeLocaleRequest( session, params,
                        method_name, protocol, param_strings, NULL );