[Asterisk-code-review] spelling: authentication (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:04:06 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16756 )
Change subject: spelling: authentication
......................................................................
spelling: authentication
Change-Id: Ic77d0cb0f4da2d9e62e5faba899fcb06d4cfedf0
---
M addons/ooh323c/src/h323/H323-MESSAGES.h
M addons/ooh323c/src/h323/H323-MESSAGESDec.c
M addons/ooh323c/src/h323/H323-MESSAGESEnc.c
3 files changed, 7 insertions(+), 7 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/56/16756/1
diff --git a/addons/ooh323c/src/h323/H323-MESSAGES.h b/addons/ooh323c/src/h323/H323-MESSAGES.h
index eb32ad9..0ae8d5d 100644
--- a/addons/ooh323c/src/h323/H323-MESSAGES.h
+++ b/addons/ooh323c/src/h323/H323-MESSAGES.h
@@ -1926,7 +1926,7 @@
} m;
H225NonStandardParameter nonStandard;
H225SecurityServiceMode encryption;
- H225SecurityServiceMode authenticaton;
+ H225SecurityServiceMode authentication;
H225SecurityServiceMode integrity;
} H225SecurityCapabilities;
diff --git a/addons/ooh323c/src/h323/H323-MESSAGESDec.c b/addons/ooh323c/src/h323/H323-MESSAGESDec.c
index 4a641e4..7fcb747 100644
--- a/addons/ooh323c/src/h323/H323-MESSAGESDec.c
+++ b/addons/ooh323c/src/h323/H323-MESSAGESDec.c
@@ -6357,14 +6357,14 @@
invokeEndElement (pctxt, "encryption", -1);
- /* decode authenticaton */
+ /* decode authentication */
- invokeStartElement (pctxt, "authenticaton", -1);
+ invokeStartElement (pctxt, "authentication", -1);
- stat = asn1PD_H225SecurityServiceMode (pctxt, &pvalue->authenticaton);
+ stat = asn1PD_H225SecurityServiceMode (pctxt, &pvalue->authentication);
if (stat != ASN_OK) return stat;
- invokeEndElement (pctxt, "authenticaton", -1);
+ invokeEndElement (pctxt, "authentication", -1);
/* decode integrity */
diff --git a/addons/ooh323c/src/h323/H323-MESSAGESEnc.c b/addons/ooh323c/src/h323/H323-MESSAGESEnc.c
index 2015900..1c3948f 100644
--- a/addons/ooh323c/src/h323/H323-MESSAGESEnc.c
+++ b/addons/ooh323c/src/h323/H323-MESSAGESEnc.c
@@ -4408,9 +4408,9 @@
stat = asn1PE_H225SecurityServiceMode (pctxt, &pvalue->encryption);
if (stat != ASN_OK) return stat;
- /* encode authenticaton */
+ /* encode authentication */
- stat = asn1PE_H225SecurityServiceMode (pctxt, &pvalue->authenticaton);
+ stat = asn1PE_H225SecurityServiceMode (pctxt, &pvalue->authentication);
if (stat != ASN_OK) return stat;
/* encode integrity */
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16756
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Ic77d0cb0f4da2d9e62e5faba899fcb06d4cfedf0
Gerrit-Change-Number: 16756
Gerrit-PatchSet: 1
Gerrit-Owner: Josh Soref <jsoref at gmail.com>
Gerrit-CC: Friendly Automation
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20211107/59f7d379/attachment.html>
More information about the asterisk-code-review
mailing list