From: Joe Atzberger Date: Thu, 18 Nov 2021 23:30:19 +0000 (-0500) Subject: trivial typo in comment X-Git-Tag: 1.3.0rc1~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00d1b7322da9bbf7da6ac442da9356a9a7dbe61a;p=thirdparty%2Fsuricata-update.git trivial typo in comment --- diff --git a/suricata/update/net.py b/suricata/update/net.py index 5f4d08e..eac060e 100644 --- a/suricata/update/net.py +++ b/suricata/update/net.py @@ -98,7 +98,7 @@ def is_header_clean(header): def get(url, fileobj, progress_hook=None): """ Perform a GET request against a URL writing the contents into - the provideded file like object. + the provided file-like object. :param url: The URL to fetch :param fileobj: The fileobj to write the content to