[Asterisk-code-review] spelling: owner (asterisk[master])

Josh Soref asteriskteam at digium.com
Sun Nov 7 00:13:48 CDT 2021


Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17085 )


Change subject: spelling: owner
......................................................................

spelling: owner

Change-Id: I5d570092122114de1cb1d39b85db44cee789938a
---
M res/res_calendar_icalendar.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/85/17085/1

diff --git a/res/res_calendar_icalendar.c b/res/res_calendar_icalendar.c
index 3057ea4..809fa12 100644
--- a/res/res_calendar_icalendar.c
+++ b/res/res_calendar_icalendar.c
@@ -198,7 +198,7 @@
 	struct icaltriggertype trigger;
 
 	if (!(pvt && pvt->owner)) {
-		ast_log(LOG_ERROR, "Require a private structure with an ownenr\n");
+		ast_log(LOG_ERROR, "Require a private structure with an owner\n");
 		return;
 	}
 

-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17085
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I5d570092122114de1cb1d39b85db44cee789938a
Gerrit-Change-Number: 17085
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/a8691279/attachment-0001.html>


More information about the asterisk-code-review mailing list