From d5b298be14c173d62e8fbc6a3803ba8f657f3dcb Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 16:15:42 -0600 Subject: Fix a few strings that contain Status --- kresources/groupwise/soap/groupwiseserver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kresources/groupwise/soap/groupwiseserver.cpp') diff --git a/kresources/groupwise/soap/groupwiseserver.cpp b/kresources/groupwise/soap/groupwiseserver.cpp index 130895cdc..ea2c492d8 100644 --- a/kresources/groupwise/soap/groupwiseserver.cpp +++ b/kresources/groupwise/soap/groupwiseserver.cpp @@ -518,7 +518,7 @@ void GroupwiseServer::dumpCalendarFolder( const std::string &id ) itemsRequest.container = soap_new_std__string( mSoap, -1 ); *(itemsRequest.container) = id; std::string *str = soap_new_std__string( mSoap, -1 ); - str->append( "recipients message recipienStatus" ); + str->append( "recipients message recipientStatus" ); itemsRequest.view = str; itemsRequest.filter = 0; -- cgit v1.2.1