]> git.ipfire.org Git - thirdparty/suricata-update.git/commitdiff
typos: udpate -> update
authorJason Ish <ish@unx.ca>
Fri, 8 Dec 2017 13:15:34 +0000 (07:15 -0600)
committerJason Ish <ish@unx.ca>
Fri, 8 Dec 2017 13:22:20 +0000 (07:22 -0600)
suricata/update/engine.py
suricata/update/main.py

index bffe34cddd86a179366a34fb905660f15cd0daa8..82c0474a01f28b7e6155c5043475c218621f5a07 100644 (file)
@@ -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> -- ",
index 21770f40e19ea4727d1dec79c67e57d5a4fba8e6..cb12c678f4921c7e229aa09757d646e4d28d5aed 100644 (file)
@@ -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)