aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common
diff options
context:
space:
mode:
authorBlood-Asp <bloodasphendrik@gmail.com>2017-07-01 18:38:41 +0200
committerBlood-Asp <bloodasphendrik@gmail.com>2017-07-01 18:38:41 +0200
commit7642e16c3c1a3b4006f7a22225286601b6211e22 (patch)
treef6a641e0aa234d7ec72f893954b9bf9650ea56e3 /src/main/java/gregtech/common
parent2385f04b41065e0f229f1bf53d81b8a8f094a742 (diff)
downloadGT5-Unofficial-7642e16c3c1a3b4006f7a22225286601b6211e22.tar.gz
GT5-Unofficial-7642e16c3c1a3b4006f7a22225286601b6211e22.tar.bz2
GT5-Unofficial-7642e16c3c1a3b4006f7a22225286601b6211e22.zip
more spelling
Diffstat (limited to 'src/main/java/gregtech/common')
-rw-r--r--src/main/java/gregtech/common/covers/GT_Cover_Shutter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/common/covers/GT_Cover_Shutter.java b/src/main/java/gregtech/common/covers/GT_Cover_Shutter.java
index 0bc513c2d6..10c06ca73e 100644
--- a/src/main/java/gregtech/common/covers/GT_Cover_Shutter.java
+++ b/src/main/java/gregtech/common/covers/GT_Cover_Shutter.java
@@ -20,7 +20,7 @@ public class GT_Cover_Shutter
case 0: GT_Utility.sendChatToPlayer(aPlayer, trans("082", "Open if work enabled")); break;
case 1: GT_Utility.sendChatToPlayer(aPlayer, trans("083", "Open if work disabled")); break;
case 2: GT_Utility.sendChatToPlayer(aPlayer, trans("084", "Only Output allowed")); break;
- case 3: GT_Utility.sendChatToPlayer(aPlayer, trans("085", "Only Intput allowed")); break;
+ case 3: GT_Utility.sendChatToPlayer(aPlayer, trans("085", "Only Input allowed")); break;
}
return aCoverVariable;
}