aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-06 21:29:45 +0000
committerFuwn <[email protected]>2021-05-06 21:29:45 +0000
commitfb61c6a95755ace8166e21b158689ba11290e289 (patch)
tree897047e783d4035b828896b8ea454f8fdf26fe23
parentchore(make): privitize cargo wrappers (diff)
downloadwhirl-fb61c6a95755ace8166e21b158689ba11290e289.tar.xz
whirl-fb61c6a95755ace8166e21b158689ba11290e289.zip
fix(config): typo
-rw-r--r--Whirl.toml.example2
-rw-r--r--src/config/Whirl.default.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Whirl.toml.example b/Whirl.toml.example
index 591a77e..be63635 100644
--- a/Whirl.toml.example
+++ b/Whirl.toml.example
@@ -1,6 +1,6 @@
[whirlsplash]
worldsmaster_username = "WORLDSMASTER" # DO NOT CHANGE UNLESS YOU KNOW WHAT YOU ARE DOING
-log_level = 1 # Generally, you should only change this if you are expiriencing issues
+log_level = 1 # Generally, you should only change this if you are experiencing issues
ip = "0.0.0.0" # DO NOT CHANGE UNLESS YOU KNOW WHAT YOU ARE DOING
prompt_ps1 = "[WORLDSMASTER@Whirlsplash ~]$"
diff --git a/src/config/Whirl.default.toml b/src/config/Whirl.default.toml
index 591a77e..be63635 100644
--- a/src/config/Whirl.default.toml
+++ b/src/config/Whirl.default.toml
@@ -1,6 +1,6 @@
[whirlsplash]
worldsmaster_username = "WORLDSMASTER" # DO NOT CHANGE UNLESS YOU KNOW WHAT YOU ARE DOING
-log_level = 1 # Generally, you should only change this if you are expiriencing issues
+log_level = 1 # Generally, you should only change this if you are experiencing issues
ip = "0.0.0.0" # DO NOT CHANGE UNLESS YOU KNOW WHAT YOU ARE DOING
prompt_ps1 = "[WORLDSMASTER@Whirlsplash ~]$"