1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-25 15:41:21 +02:00

Fix spelling mistakes

This commit is contained in:
Chris Ward
2013-04-06 23:43:09 +11:00
parent 5826366dd2
commit 4cf954d90b
18 changed files with 27 additions and 27 deletions

2
EssentialsSigns/src/net/ess3/signs/SignConfig.java Normal file → Executable file
View File

@@ -26,7 +26,7 @@ public class SignConfig implements StorageObject
@Comment(
"How many times per second can Essentials signs be interacted with.\n"
+ "Values should be between 1-20, 20 being virtually no lag protection.\n"
+ "Lower numbers will reduce the possiblity of lag, but may annoy players.")
+ "Lower numbers will reduce the possibility of lag, but may annoy players.")
private int signUsesPerSecond = 4;
public int getSignUsePerSecond()