[Asterisk-code-review] spelling: conversion (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:05:26 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16836 )
Change subject: spelling: conversion
......................................................................
spelling: conversion
Change-Id: I48aeb28e106ca2296205a5b84986f03420b2bed1
---
M configs/samples/ast_debug_tools.conf.sample
M contrib/scripts/ast_loggrabber
M res/res_config_ldap.c
3 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/36/16836/1
diff --git a/configs/samples/ast_debug_tools.conf.sample b/configs/samples/ast_debug_tools.conf.sample
index 34200fa..6447bc7 100644
--- a/configs/samples/ast_debug_tools.conf.sample
+++ b/configs/samples/ast_debug_tools.conf.sample
@@ -62,7 +62,7 @@
# ast_loggrabber converts POSIX timestamps to readable format
# using this Python strftime format string. If not specified
-# or an empty string, no format covnersion is done.
+# or an empty string, no format conversion is done.
LOG_DATEFORMAT="%m/%d-%H:%M:%S.%f"
# The timezone to use when converting POSIX timestamps to
diff --git a/contrib/scripts/ast_loggrabber b/contrib/scripts/ast_loggrabber
index 2036d54..bae9df7 100755
--- a/contrib/scripts/ast_loggrabber
+++ b/contrib/scripts/ast_loggrabber
@@ -83,7 +83,7 @@
# $prog converts POSIX timestamps to readable format
# using this Python strftime format string. If not specified
- # or an empty string, no format covnersion is done.
+ # or an empty string, no format conversion is done.
LOG_DATEFORMAT="%m/%d %H:%M:%S.%f"
# The timezone to use when converting POSIX timestamps to
diff --git a/res/res_config_ldap.c b/res/res_config_ldap.c
index 6c18ac9..135bb05 100644
--- a/res/res_config_ldap.c
+++ b/res/res_config_ldap.c
@@ -804,7 +804,7 @@
* caller should free the returned array and ast_variables
* \param entries_count_ptr is a pointer to found entries count (can be NULL)
* \param basedn is the base DN
- * \param table_name is the table_name (used dor attribute convertion and additional filter)
+ * \param table_name is the table_name (used dor attribute conversion and additional filter)
* \param fields contains list of pairs name/value
*/
static struct ast_variable **realtime_ldap_base_ap(unsigned int *entries_count_ptr,
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16836
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I48aeb28e106ca2296205a5b84986f03420b2bed1
Gerrit-Change-Number: 16836
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/87155bea/attachment.html>
More information about the asterisk-code-review
mailing list