From c15bd9d529812a14d516f8063baea903133cadbe Mon Sep 17 00:00:00 2001
From: PilzAdam <PilzAdam@minetest.net>
Date: Sun, 11 Oct 2015 18:29:39 +0200
Subject: [PATCH] Fix wrong nomenclature in game_api.txt

---
 game_api.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/game_api.txt b/game_api.txt
index 9c717e7..8ab4430 100644
--- a/game_api.txt
+++ b/game_api.txt
@@ -163,7 +163,7 @@ on_rotate(pos, node, user, mode, new_param2)
 Stairs API
 ----------
 The stairs API lets you register stairs and slabs and ensures that they are registered the same way as those
-delivered with minetest_game, to keep them compatible with other mods.
+delivered with Minetest Game, to keep them compatible with other mods.
 
 stairs.register_stair(subname, recipeitem, groups, images, description, sounds)
  -> Registers a stair.