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

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


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


Change subject: spelling: overwritten
......................................................................

spelling: overwritten

Change-Id: Ib27d47cc2a9c6c7777251343e0d871402c551f1f
---
M rest-api-templates/transform.py
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/84/17084/1

diff --git a/rest-api-templates/transform.py b/rest-api-templates/transform.py
index 88f7d2e..cb524c6 100644
--- a/rest-api-templates/transform.py
+++ b/rest-api-templates/transform.py
@@ -37,7 +37,7 @@
         @param template_file: Filename of the mustache template.
         @param dest_file_template_str: Destination file name. This is a
             mustache template, so each resource can write to a unique file.
-        @param overwrite: If True, destination file is ovewritten if it exists.
+        @param overwrite: If True, destination file is overwritten if it exists.
         """
         template_str = unicode(open(template_file, "r").read())
         self.template = pystache.parse(template_str)

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Ib27d47cc2a9c6c7777251343e0d871402c551f1f
Gerrit-Change-Number: 17084
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/6e6e3d64/attachment.html>


More information about the asterisk-code-review mailing list