mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
pbx: Spelling fixes
Correct typos of the following word families: process populate with africa accessing contexts exercise university organizations withhold maintaining independent rotation ignore eventname ASTERISK-29714 Change-Id: I90eacc5bc3dcf75a9c898cfb85164f37dec08345
This commit is contained in:
@@ -168,7 +168,7 @@ enum {
|
||||
FLAG_DEAD = (1 << 1), /*!< Transaction is dead */
|
||||
FLAG_FINAL = (1 << 2), /*!< Transaction has final message sent */
|
||||
FLAG_ISQUAL = (1 << 3), /*!< Transaction is a qualification */
|
||||
FLAG_ENCRYPT = (1 << 4), /*!< Transaction is encrypted wiht ECX/DCX */
|
||||
FLAG_ENCRYPT = (1 << 4), /*!< Transaction is encrypted with ECX/DCX */
|
||||
FLAG_SENDFULLKEY = (1 << 5), /*!< Send full key on transaction */
|
||||
FLAG_STOREHIST = (1 << 6), /*!< Record historic performance */
|
||||
};
|
||||
@@ -2164,7 +2164,7 @@ static void load_password(void)
|
||||
}
|
||||
}
|
||||
if (current) {
|
||||
/* Current key is still valid, just setup rotatation properly */
|
||||
/* Current key is still valid, just setup rotation properly */
|
||||
ast_copy_string(cursecret, current, sizeof(cursecret));
|
||||
rotatetime = expired;
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user