AJ Jordan 5 years ago
parent
commit
067f86ba3f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      qubespolicy/cli.py

+ 1 - 1
qubespolicy/cli.py

@@ -53,7 +53,7 @@ def create_default_policy(service_name):
         policy.write(
             "## Policy file automatically created on first service call.\n")
         policy.write(
-            "## Fill free to edit.\n")
+            "## Feel free to edit.\n")
         policy.write("## Note that policy parsing stops at the first match\n")
         policy.write("\n")
         policy.write("## Please use a single # to start your custom comments\n")