diff options
| author | Ryan Russell <ryanrussell@users.noreply.github.com> | 2022-09-15 03:33:04 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-15 01:33:04 -0700 |
| commit | f6d391c9dabca68e7195822e7108b8f71d134edd (patch) | |
| tree | 1d649db596aca499884bb40bd32d1b83544780a6 /weed/command/scaffold | |
| parent | 150ce9f3f6ed0d58ac27de0d5b8a310644dc5a1f (diff) | |
| download | seaweedfs-f6d391c9dabca68e7195822e7108b8f71d134edd.tar.xz seaweedfs-f6d391c9dabca68e7195822e7108b8f71d134edd.zip | |
docs(command): readability fixes (#3686)
Signed-off-by: Ryan Russell <git@ryanrussell.org>
Signed-off-by: Ryan Russell <git@ryanrussell.org>
Diffstat (limited to 'weed/command/scaffold')
| -rw-r--r-- | weed/command/scaffold/filer.toml | 2 | ||||
| -rw-r--r-- | weed/command/scaffold/notification.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/weed/command/scaffold/filer.toml b/weed/command/scaffold/filer.toml index 860d8b291..d8833a917 100644 --- a/weed/command/scaffold/filer.toml +++ b/weed/command/scaffold/filer.toml @@ -314,7 +314,7 @@ dialTimeOut = 10 # To add path-specific filer store: # # 1. Add a name following the store type separated by a dot ".". E.g., cassandra.tmp -# 2. Add a location configuraiton. E.g., location = "/tmp/" +# 2. Add a location configuration. E.g., location = "/tmp/" # 3. Copy and customize all other configurations. # Make sure they are not the same if using the same store type! # 4. Set enabled to true diff --git a/weed/command/scaffold/notification.toml b/weed/command/scaffold/notification.toml index f35101edd..4ddb3d4f6 100644 --- a/weed/command/scaffold/notification.toml +++ b/weed/command/scaffold/notification.toml @@ -10,7 +10,7 @@ # send and receive filer updates for each file to an external message queue #################################################### [notification.log] -# this is only for debugging perpose and does not work with "weed filer.replicate" +# this is only for debugging purpose and does not work with "weed filer.replicate" enabled = false |
