Skip to content

Commit 0acd178

Browse files
authored
Fixed miscellaneous typos. (#329)
1 parent 2b01cdc commit 0acd178

File tree

96 files changed

+105
-105
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+105
-105
lines changed

data/com/mojang/blaze3d/opengl/GlDebug.mapping

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CLASS com/mojang/blaze3d/opengl/GlDebug
22
METHOD enableDebugCallback (IZLjava/util/Set;)Lcom/mojang/blaze3d/opengl/GlDebug;
3-
ARG 0 vebosity
4-
ARG 1 sychronous
3+
ARG 0 verbosity
4+
ARG 1 synchronous
55
ARG 2 enabledExtensions
66
METHOD printDebugLog (IIIIIJJ)V
77
ARG 1 source

data/com/mojang/realmsclient/client/FileUpload.mapping

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CLASS com/mojang/realmsclient/client/FileUpload
55
ARG 4 slotId
66
ARG 5 uploadInfo
77
ARG 6 user
8-
ARG 7 clientVersiob
8+
ARG 7 clientVersion
99
ARG 8 worldVersion
1010
ARG 9 uploadStatus
1111
METHOD cleanup (Lorg/apache/http/client/methods/HttpPost;Lorg/apache/http/impl/client/CloseableHttpClient;)V

data/com/mojang/realmsclient/gui/screens/RealmsCreateRealmScreen.mapping

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CLASS com/mojang/realmsclient/gui/screens/RealmsCreateRealmScreen
22
METHOD <init> (Lcom/mojang/realmsclient/RealmsMainScreen;Lcom/mojang/realmsclient/dto/RealmsServer;Z)V
33
ARG 1 lastScreen
44
ARG 2 server
5-
ARG 3 isSnapshor
5+
ARG 3 isSnapshot
66
METHOD createSnapshotRealm (Lcom/mojang/realmsclient/dto/RealmsServer;)Lcom/mojang/realmsclient/dto/RealmsServer;
77
ARG 0 server
88
METHOD createWorld (Lcom/mojang/realmsclient/dto/RealmsServer;Z)V

data/net/minecraft/client/Minecraft.mapping

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ CLASS net/minecraft/client/Minecraft
116116
METHOD openChatScreen (Ljava/lang/String;)V
117117
ARG 1 defaultText
118118
METHOD pauseGame (Z)V
119-
COMMENT Displays the ingame menu
119+
COMMENT Displays the in-game menu
120120
ARG 1 pauseOnly
121121
METHOD pickBlock ()V
122122
COMMENT Called when user clicked he's mouse middle button (pick block)

data/net/minecraft/client/MouseHandler.mapping

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ CLASS net/minecraft/client/MouseHandler
1818
ARG 0 window
1919
ARG 1 yPos
2020
METHOD grabMouse ()V
21-
COMMENT Will set the focus to ingame if the Minecraft window is the active with focus. Also clears any GUI screen currently displayed
21+
COMMENT Will set the focus to in-game if the Minecraft window is the active with focus. Also clears any GUI screen currently displayed
2222
METHOD isMouseGrabbed ()Z
2323
COMMENT Returns {@code true} if the mouse is grabbed.
2424
METHOD onDrop (JLjava/util/List;I)V

data/net/minecraft/client/gui/components/PlayerTabOverlay.mapping

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CLASS net/minecraft/client/gui/components/PlayerTabOverlay
22
FIELD visible Z
3-
COMMENT Weither or not the playerlist is currently being rendered
3+
COMMENT Whether or not the playerlist is currently being rendered
44
METHOD <init> (Lnet/minecraft/client/Minecraft;Lnet/minecraft/client/gui/Gui;)V
55
ARG 1 minecraft
66
ARG 2 gui

data/net/minecraft/client/gui/font/FontManager.mapping

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CLASS net/minecraft/client/gui/font/FontManager
22
METHOD <init> (Lnet/minecraft/client/renderer/texture/TextureManager;)V
33
ARG 1 textureManager
44
METHOD apply (Lnet/minecraft/client/gui/font/FontManager$Preparation;Lnet/minecraft/util/profiling/ProfilerFiller;)V
5-
ARG 1 preperation
5+
ARG 1 preparation
66
ARG 2 profiler
77
METHOD finalizeProviderLoading (Ljava/util/List;Lcom/mojang/blaze3d/font/GlyphProvider$Conditional;)V
88
ARG 1 providers

data/net/minecraft/client/gui/screens/inventory/TestInstanceBlockEditScreen.mapping

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ CLASS net/minecraft/client/gui/screens/inventory/TestInstanceBlockEditScreen
1010
METHOD lambda$init$4 (Lnet/minecraft/client/gui/components/Button;)V
1111
ARG 1 button
1212
METHOD lambda$init$5 (Lnet/minecraft/client/gui/components/Button;)V
13-
ARG 1 buttom
13+
ARG 1 button
1414
METHOD parseSize (Ljava/lang/String;)I
1515
ARG 0 size
1616
METHOD rotationDisplay (Lnet/minecraft/world/level/block/Rotation;)Lnet/minecraft/network/chat/Component;

data/net/minecraft/client/model/geom/ModelPart.mapping

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ CLASS net/minecraft/client/model/geom/ModelPart
7171
ARG 6 dimensionX
7272
ARG 7 dimensionY
7373
ARG 8 dimensionZ
74-
ARG 9 gtowX
74+
ARG 9 growX
7575
ARG 10 growY
7676
ARG 11 growZ
7777
ARG 12 mirror

data/net/minecraft/client/model/geom/builders/PartDefinition.mapping

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CLASS net/minecraft/client/model/geom/builders/PartDefinition
88
ARG 3 partPose
99
METHOD addOrReplaceChild (Ljava/lang/String;Lnet/minecraft/client/model/geom/builders/PartDefinition;)Lnet/minecraft/client/model/geom/builders/PartDefinition;
1010
ARG 1 name
11-
ARG 2 chuld
11+
ARG 2 child
1212
METHOD bake (II)Lnet/minecraft/client/model/geom/ModelPart;
1313
ARG 1 texWidth
1414
ARG 2 texHeight

0 commit comments

Comments
 (0)