]> git.mxchange.org Git - hub.git/commitdiff
Fixed a typo in field/attribute name (thanks to __get()/__set() methods)
authorRoland Häder <roland@mxchange.org>
Tue, 29 Mar 2011 16:44:13 +0000 (16:44 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 29 Mar 2011 16:44:13 +0000 (16:44 +0000)
application/hub/interfaces/protocol/class_ProtocolHandler.php
application/hub/main/listener/class_BaseListener.php

index f91c406d454141326f50cbaa04c9f0e31f80ca29..34df26a8d253b3450d09e18c63e1f2c888a74edf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * An interface for protcol handlers
+ * An interface for protocol handlers
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
index 97736134f488e4e58bdf17d851a6f50c3a71a745..5fc36c055fab4a3eab2a6e519fc8b227b8f40483 100644 (file)
@@ -29,7 +29,7 @@ class BaseListener extends BaseHubSystem implements Visitable {
        /**
         * Used protocol (Default: invalid, which is indeed invalid...)
         */
-       private $protcol = 'invalid';
+       private $protocol = 'invalid';
 
        /**
         * Address (IP mostly) we shall listen on