mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-09 22:45:49 +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:
@@ -87,7 +87,7 @@ struct category_and_metric {
|
||||
int metric;
|
||||
const char *variable_name;
|
||||
const char *variable_value;
|
||||
int var_metric; /*!< For organizing variables (particularly includes and switch statments) within a context */
|
||||
int var_metric; /*!< For organizing variables (particularly includes and switch statements) within a context */
|
||||
};
|
||||
|
||||
/*! \brief Table configuration
|
||||
@@ -1030,7 +1030,7 @@ static struct ast_variable *realtime_ldap(const char *basedn,
|
||||
|
||||
/*! \brief See Asterisk doc
|
||||
*
|
||||
* this function will be called for the switch statment if no match is found with the realtime_ldap function(i.e. it is a failover);
|
||||
* this function will be called for the switch statement if no match is found with the realtime_ldap function(i.e. it is a failover);
|
||||
* however, the ast_load_realtime wil match on wildcharacters also depending on what the mode is set to
|
||||
* this is an area of asterisk that could do with a lot of modification
|
||||
* I think this function returns Realtime dynamic objects
|
||||
|
Reference in New Issue
Block a user