From 187015e0733e5e0bfa5efba215319c7d9d86f072 Mon Sep 17 00:00:00 2001
From: ShadowNinja <noreply@gmail.com>
Date: Sat, 13 Jul 2013 01:23:29 +0200
Subject: [PATCH] Fix coding style of nuclear reactor

---
 technic/register_machine_and_tool.lua |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/technic/register_machine_and_tool.lua b/technic/register_machine_and_tool.lua
index 2178224..b7d039a 100644
--- a/technic/register_machine_and_tool.lua
+++ b/technic/register_machine_and_tool.lua
@@ -1,5 +1,5 @@
 -- This file includes the functions and data structures for registering machines and tools for LV, MV, HV types.
--- We use the technioc namespace for these functions and data to avoid eventual conflict.
+-- We use the technic namespace for these functions and data to avoid eventual conflict.
 
 -- register LV machines here
 technic.LV_machines    = {}

--
Gitblit v1.8.0