[Asterisk-code-review] spelling: inheritance (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:10:20 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16972 )
Change subject: spelling: inheritance
......................................................................
spelling: inheritance
Change-Id: Id4de0ce6936a8210008b31247c4d7ccbd6f3254e
---
M main/config.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/72/16972/1
diff --git a/main/config.c b/main/config.c
index 2942a60..46f05aa 100644
--- a/main/config.c
+++ b/main/config.c
@@ -1836,7 +1836,7 @@
if (newcat) {
ast_category_destroy(newcat);
}
- ast_log(LOG_ERROR, "Inheritence requested, but allocation failed\n");
+ ast_log(LOG_ERROR, "Inheritance requested, but allocation failed\n");
return -1;
}
}
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16972
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Id4de0ce6936a8210008b31247c4d7ccbd6f3254e
Gerrit-Change-Number: 16972
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/60012a63/attachment.html>
More information about the asterisk-code-review
mailing list