[Opensrf-commits] [GIT] OpenSRF branch master updated. f3cdc028e6ffcc794db3d53e6d29206f91ad05cb

Evergreen Git git at git.evergreen-ils.org
Mon May 16 14:54:07 EDT 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenSRF".

The branch, master has been updated
       via  f3cdc028e6ffcc794db3d53e6d29206f91ad05cb (commit)
      from  a537043af9e607e8cd7976e2464dc773f64e897a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f3cdc028e6ffcc794db3d53e6d29206f91ad05cb
Author: Dan Scott <dan at coffeecode.net>
Date:   Mon May 16 14:52:40 2011 -0400

    Typo fix: deprecasted -> deprecated
    
    It's an annoying typo, and it helps test out the buildbot
    configuration...
    
    Signed-off-by: Dan Scott <dscott at laurentian.ca>

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 );

-----------------------------------------------------------------------

Summary of changes:
 src/libopensrf/osrf_app_session.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
OpenSRF


More information about the opensrf-commits mailing list