summaryrefslogtreecommitdiff
path: root/addons/ooh323c/src/ooasn1.h
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2017-12-21 08:34:30 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-12-21 08:34:31 -0600
commitd85290ca48c3d95cbf464967b83f06c118dc0010 (patch)
treecb87cbc560d5cff37544754a7becc71239ff5223 /addons/ooh323c/src/ooasn1.h
parente94962ce63c4987f9bf36c6380473d2944b10251 (diff)
parent82b6ba976fc679d4079abbe6d4e8ecc17cdc5ce6 (diff)
Merge "Fix Common Typo's." into 13
Diffstat (limited to 'addons/ooh323c/src/ooasn1.h')
-rw-r--r--addons/ooh323c/src/ooasn1.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/addons/ooh323c/src/ooasn1.h b/addons/ooh323c/src/ooasn1.h
index e7b585eb1..e75ff6d63 100644
--- a/addons/ooh323c/src/ooasn1.h
+++ b/addons/ooh323c/src/ooasn1.h
@@ -719,8 +719,8 @@ EXTERN int errCopyData (ASN1ErrInfo* pSrcErrInfo,
* associated with an error message. These parameters are maintained on an
* internal linked list maintained within the error information structure. The
* list memory must be freed when error processing is complete. This function
- * is called from within errPrint after teh error has been printed out. It is
- * also called in teh freeContext function.
+ * is called from within errPrint after the error has been printed out. It is
+ * also called in the freeContext function.
*
* @param pErrInfo A pointer to a structure containing information on the
* error to be printed. Typically, the error info
@@ -1737,7 +1737,7 @@ EXTERN int encodeOpenTypeExtBits
/**
* This function will endcode a small, non-negative whole number as specified
- * in Section 10.6 of teh X.691 standard. This is a number that is expected to
+ * in Section 10.6 of the X.691 standard. This is a number that is expected to
* be small, but whose size is potentially unlimited due to the presence of an
* extension marker.
*