diff --git a/src/main/resources/data/computercraft/lua/rom/help/changelog.txt b/src/main/resources/data/computercraft/lua/rom/help/changelog.txt index 38cc9f6dd..0c381c83d 100644 --- a/src/main/resources/data/computercraft/lua/rom/help/changelog.txt +++ b/src/main/resources/data/computercraft/lua/rom/help/changelog.txt @@ -7,7 +7,7 @@ And several bug fixes: * Correctly handle tabs within textutils.unserailizeJSON. -* Fix sheep not dropping items when sheered by turtles. +* Fix sheep not dropping items when sheared by turtles. # New features in CC: Tweaked 1.91.0 diff --git a/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt b/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt index 9a79e5602..099b912c1 100644 --- a/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt +++ b/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt @@ -7,6 +7,6 @@ New features in CC: Tweaked 1.92.0 And several bug fixes: * Correctly handle tabs within textutils.unserailizeJSON. -* Fix sheep not dropping items when sheered by turtles. +* Fix sheep not dropping items when sheared by turtles. Type "help changelog" to see the full version history.