mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
Fix 'statement' typo throughout code.
Most were in comments. A couple were in warning messages. Pointed out by Jonathan H on the Asterisk users mailing list. Change-Id: I6286939dff5d0a27a2758140570106f1cb351855
This commit is contained in:
@@ -664,7 +664,7 @@ EXTERN int setPERBufferUsingCtxt (OOCTXT* pTarget, OOCTXT* pSource);
|
||||
/**
|
||||
* This function adds an integer parameter to an error information structure.
|
||||
* Parameter substitution is done in much the same way as it is done in C
|
||||
* printf statments. The base error message specification that goes along with
|
||||
* printf statements. The base error message specification that goes along with
|
||||
* a particular status code may have variable fields built in using '%'
|
||||
* modifiers. These would be replaced with actual parameter data.
|
||||
*
|
||||
@@ -680,7 +680,7 @@ EXTERN int errAddIntParm (ASN1ErrInfo* pErrInfo, int errParm);
|
||||
/**
|
||||
* This function adds an string parameter to an error information structure.
|
||||
* Parameter substitution is done in much the same way as it is done in C
|
||||
* printf statments. The base error message specification that goes along with
|
||||
* printf statements. The base error message specification that goes along with
|
||||
* a particular status code may have variable fields built in using '%'
|
||||
* modifiers. These would be replaced with actual parameter data.
|
||||
*
|
||||
@@ -697,7 +697,7 @@ EXTERN int errAddStrParm (ASN1ErrInfo* pErrInfo,
|
||||
/**
|
||||
* This function adds an unsigned integer parameter to an error information
|
||||
* structure. Parameter substitution is done in much the same way as it is done
|
||||
* in C printf statments. The base error message specification that goes along
|
||||
* in C printf statements. The base error message specification that goes along
|
||||
* with a particular status code may have variable fields built in using '%'
|
||||
* modifiers. These would be replaced with actual parameter data.
|
||||
*
|
||||
|
Reference in New Issue
Block a user