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:
Josh Soref
2021-10-30 21:04:39 -04:00
committed by Joshua Colp
parent 706258db54
commit 50a43ab987
9 changed files with 23 additions and 23 deletions

View File

@@ -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 {