Typo-Fix that was corrected in Gentoo's API-Patch

This commit is contained in:
Tilo Prütz 2013-10-11 09:19:41 +02:00
parent 30dfc62aeb
commit 1f56cdb4d1
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ Capi::connect_resp (_cword messageNumber, _cdword plci, _cword reject, _cword B1
debug << prefix() << "info: " << info << endl;
if (info != 0)
throw(CapiMsgError(info,"Error while CONNECT_REQ: "+Capi::describeParamInfo(info),"Capi::connect_resp()"));
throw(CapiMsgError(info,"Error while CONNECT_RESP: "+Capi::describeParamInfo(info),"Capi::connect_resp()"));
}