aboutsummaryrefslogtreecommitdiff
path: root/weed/command/scaffold.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/command/scaffold.go')
-rw-r--r--weed/command/scaffold.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go
index 2c3a89ada..b37254bb5 100644
--- a/weed/command/scaffold.go
+++ b/weed/command/scaffold.go
@@ -22,7 +22,7 @@ var cmdScaffold = &Command{
export WEED_MYSQL_PASSWORD=some_password
Environment variable rules:
* Prefix the variable name with "WEED_"
- * Upppercase the reset of variable name.
+ * Uppercase the reset of variable name.
* Replace '.' with '_'
`,