Skip to content

Commit 22df959

Browse files
Bond-009nerzhul
authored andcommittedFeb 27, 2017
Fixed spelling mistakes (#5312)
1 parent a901a56 commit 22df959

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

Diff for: ‎README.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Default controls
4343
- 0-9: Select item
4444
- Z: Zoom (needs zoom privilege)
4545
- T: Chat
46-
- /: Commad
46+
- /: Command
4747

4848
- Esc: Pause menu/abort/exit (pauses only singleplayer game)
4949
- R: Enable/disable full range view
@@ -85,7 +85,7 @@ $bin = /usr/bin
8585
$share = /usr/share/minetest
8686
$user = ~/.minetest
8787

88-
OS X:
88+
macOS:
8989
$bin = Contents/MacOS
9090
$share = Contents/Resources
9191
$user = Contents/User OR ~/Library/Application Support/minetest
@@ -117,7 +117,7 @@ For Fedora users:
117117
$ sudo dnf install make automake gcc gcc-c++ kernel-devel cmake libcurl* openal* libvorbis* libXxf86vm-devel libogg-devel freetype-devel mesa-libGL-devel zlib-devel jsoncpp-devel irrlicht-devel bzip2-libs gmp-devel sqlite-devel luajit-devel leveldb-devel ncurses-devel doxygen spatialindex-devel bzip2-devel
118118

119119
You can install git for easily keeping your copy up to date.
120-
If you dont want git, read below on how to get the source without git.
120+
If you don’t want git, read below on how to get the source without git.
121121
This is an example for installing git on Debian/Ubuntu:
122122
$ sudo apt-get install git
123123

@@ -502,7 +502,7 @@ Lua is licensed under the terms of the MIT license reproduced below.
502502
This means that Lua is free software and can be used for both academic
503503
and commercial purposes at absolutely no cost.
504504

505-
For details and rationale, see http://www.lua.org/license.html .
505+
For details and rationale, see https://www.lua.org/license.html .
506506

507507
Copyright (C) 1994-2008 Lua.org, PUC-Rio.
508508

0 commit comments

Comments
 (0)
Please sign in to comment.