diff --git a/minifirewall/files/minifirewall.conf b/minifirewall/files/minifirewall.conf index 1cd73d7f..95043310 100644 --- a/minifirewall/files/minifirewall.conf +++ b/minifirewall/files/minifirewall.conf @@ -102,7 +102,7 @@ BACKUPSERVERS='' # # Within included files, you can use those helper functions : # * is_ipv6_enabled: returns true if IPv6 is enabled, or false -# * is_docker_enabled: returns true if Docker mode is eabled, or false +# * is_docker_enabled: returns true if Docker mode is enabled, or false # * is_proxy_enabled: returns true if Proxy mode is enabled , or false diff --git a/minifirewall/files/minifirewall.d/zzz-custom b/minifirewall/files/minifirewall.d/zzz-custom index 7ac24f06..fa0f5374 100644 --- a/minifirewall/files/minifirewall.d/zzz-custom +++ b/minifirewall/files/minifirewall.d/zzz-custom @@ -7,5 +7,5 @@ # # Within included files, you can use those helper functions : # * is_ipv6_enabled: returns true if IPv6 is enabled, or false -# * is_docker_enabled: returns true if Docker mode is eabled, or false +# * is_docker_enabled: returns true if Docker mode is enabled, or false # * is_proxy_enabled: returns true if Proxy mode is enabled , or false