aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech
diff options
context:
space:
mode:
authorJohn <Techlone@users.noreply.github.com>2017-09-10 21:45:32 +0500
committerGitHub <noreply@github.com>2017-09-10 21:45:32 +0500
commit2127e4950d720386c4169e166ffd24530de1b93d (patch)
treea5983cb56f34c8f0185764bbc41c183f2613da24 /src/main/java/gregtech
parentdae15665ccb54a0a8d6a76ffcc7d48eae0abec15 (diff)
downloadGT5-Unofficial-2127e4950d720386c4169e166ffd24530de1b93d.tar.gz
GT5-Unofficial-2127e4950d720386c4169e166ffd24530de1b93d.tar.bz2
GT5-Unofficial-2127e4950d720386c4169e166ffd24530de1b93d.zip
missclick
Diffstat (limited to 'src/main/java/gregtech')
-rw-r--r--src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_OreDrillingPlantBase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_OreDrillingPlantBase.java b/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_OreDrillingPlantBase.java
index f308d37b55..7642dd925a 100644
--- a/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_OreDrillingPlantBase.java
+++ b/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_OreDrillingPlantBase.java
@@ -396,7 +396,7 @@ public abstract class GT_MetaTileEntity_OreDrillingPlantBase extends GT_MetaTile
protected abstract int getMinTier();
- //returns theroretical progress time for LV energy hatch
+ //returns theoretical progress time for LV energy hatch
protected abstract int getBaseProgressTime();
protected String[] getDescriptionInternal(String tierSuffix) {