From d515808750246c679bd3fb65d4e0d52127f5d300 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org>
Date: Fri, 13 Mar 2009 15:07:02 +0000
Subject: [PATCH] Installation wizard added to all applications

---
 stelzi/index.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/stelzi/index.php b/stelzi/index.php
index f34d8f2..62f3069 100644
--- a/stelzi/index.php
+++ b/stelzi/index.php
@@ -4,7 +4,7 @@ define('DEVELOPER', true);
 //xdebug_start_trace();
 /**
  * The main class with the entry point to the whole application. This class
- * "emulates" Java(tm)'s entry point call. Additionally it covers local
+ * "emulates" Java's entry point call. Additionally it covers local
  * variables from outside access to prevent possible attacks on uninitialized
  * local variables.
  *
@@ -160,7 +160,7 @@ class ApplicationEntryPoint {
 	 * The application's main entry point. This class isolates some local
 	 * variables which shall not become visible to outside because of security
 	 * concerns. We are doing this here to "emulate" the well-known entry
-	 * point in Java(tm).
+	 * point in Java.
 	 *
 	 * @return	void
 	 */
-- 
2.39.5