general: Fix various typos.

ASTERISK-30089 #close

Change-Id: I1f5db911fd05a3a211c522c13e990fa1d0e62275
This commit is contained in:
Naveen Albert
2022-06-01 00:49:12 +00:00
committed by George Joseph
parent 182fee79eb
commit 0fe1a581e5
16 changed files with 30 additions and 30 deletions

View File

@@ -266,7 +266,7 @@ struct analog_pvt {
enum analog_sigtype sig;
/* To contain the private structure passed into the channel callbacks */
void *chan_pvt;
/* All members after this are giong to be transient, and most will probably change */
/* All members after this are going to be transient, and most will probably change */
struct ast_channel *owner; /*!< Our current active owner (if applicable) */
struct analog_subchannel subs[3]; /*!< Sub-channels */