Cosmetical spell fix.

git-svn-id: http://voip.null.ro/svn/yate@2309 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2008-11-07 18:00:39 +00:00
parent a6040937b6
commit 14462c3eb4
2 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ SCCP::~SCCP()
void SCCP::attach(SCCPUser* user)
{
Debug(DebugStub,"Plsease implement SCCP::attach()");
Debug(DebugStub,"Please implement SCCP::attach()");
}
@ -43,7 +43,7 @@ SCCPUser::~SCCPUser()
void SCCPUser::attach(SCCP* sccp)
{
Debug(DebugStub,"Plsease implement SCCPUser::attach()");
Debug(DebugStub,"Please implement SCCPUser::attach()");
}
/* vi: set ts=8 sw=4 sts=4 noet: */

View File

@ -33,7 +33,7 @@ TCAPUser::~TCAPUser()
void TCAPUser::attach(SS7TCAP* tcap)
{
Debug(DebugStub,"Plsease implement TCAPUser::attach()");
Debug(DebugStub,"Please implement TCAPUser::attach()");
}
/* vi: set ts=8 sw=4 sts=4 noet: */