From: Dan Scott Date: Mon, 16 May 2011 18:52:40 +0000 (-0400) Subject: Typo fix: deprecasted -> deprecated X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f3cdc028e6ffcc794db3d53e6d29206f91ad05cb;p=working%2FOpenSRF.git Typo fix: deprecasted -> deprecated It's an annoying typo, and it helps test out the buildbot configuration... Signed-off-by: Dan Scott --- diff --git a/src/libopensrf/osrf_app_session.c b/src/libopensrf/osrf_app_session.c index ac2b4c0..890108a 100644 --- a/src/libopensrf/osrf_app_session.c +++ b/src/libopensrf/osrf_app_session.c @@ -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 );