Skip to content

Commit 8f704bb

Browse files
committed
typo fix
1 parent 25d4bd7 commit 8f704bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/java/net/ildar/wurm/bot/ItemMoverBot.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ private enum InputKey implements Bot.InputKey {
282282
stcn("Set the number of items to put inside each container. Use with \"stc\" key", "number"),
283283
stc("Set the target container(under mouse pointer) with another containers inside. " +
284284
"Items from your inventory will be moved to containers with provided name. " +
285-
"Bot will try to put 100 items inside each container. But you change this value using \"" + stcn.name() + "\" key.", "container_name"),
285+
"Bot will try to put 100 items inside each container. But you can change this value using \"" + stcn.name() + "\" key.", "container_name"),
286286
sw("Set the maximum weight for item to be moved. Affects the last added item name.", "weight(float number)"),
287287
a("Add new item name to move to the targets. " +
288288
"The maximum weight of moved item can be configured with \"" + sw.name() + "\" key", "name"),

0 commit comments

Comments
 (0)