From: Jason Ish Date: Fri, 8 Dec 2017 13:15:34 +0000 (-0600) Subject: typos: udpate -> update X-Git-Tag: 1.0.0b1~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f84cdb5c8b65e42a9797d41452d3d1101a44d7d;p=thirdparty%2Fsuricata-update.git typos: udpate -> update --- diff --git a/suricata/update/engine.py b/suricata/update/engine.py index bffe34c..82c0474 100644 --- a/suricata/update/engine.py +++ b/suricata/update/engine.py @@ -131,7 +131,7 @@ def test_configuration(path, rule_filename=None): if rule_filename: test_command += ["-S", rule_filename] - # This makes the Suricata output look just like suricata-udpate + # This makes the Suricata output look just like suricata-update # output. env = { "SC_LOG_FORMAT": "%t - <%d> -- ", diff --git a/suricata/update/main.py b/suricata/update/main.py index 21770f4..cb12c67 100644 --- a/suricata/update/main.py +++ b/suricata/update/main.py @@ -881,7 +881,7 @@ def load_sources(suricata_version): if not index: raise ApplicationError( "Source index is required for source %s; " - "run suricata-udpate update-sources" % (source["source"])) + "run suricata-update update-sources" % (source["source"])) url = index.resolve_url(name, params) logger.debug("Resolved source %s to URL %s.", name, url) urls.append(url)