This commit is contained in:
tobi132 2019-07-22 12:14:54 +02:00
parent e7c381d651
commit fb9ead2690

View File

@ -134,7 +134,7 @@ class OTS_ServerStatus
/** /**
* Message of the day. * Message of the day.
* *
* @var stirng * @var string
*/ */
private $motd; private $motd;
/** /**
@ -146,7 +146,7 @@ class OTS_ServerStatus
/** /**
* Website URL. * Website URL.
* *
* @var stirng * @var string
*/ */
private $url; private $url;
/** /**