diff options
author | Kevin Chabowski <kevin@kch42.de> | 2011-11-09 21:31:01 +0100 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2011-11-09 21:31:01 +0100 |
commit | a3df379d8779d3d0730e01645bd6e6d7ad8b40b9 (patch) | |
tree | 70fae1e84891c77c9b3d15c993805ca60fa7347c /ratatoeskr/sys | |
parent | fd206c2424cf1eb92dcbf7cab064942b9a904720 (diff) | |
download | ratatoeskr-cms-a3df379d8779d3d0730e01645bd6e6d7ad8b40b9.tar.gz ratatoeskr-cms-a3df379d8779d3d0730e01645bd6e6d7ad8b40b9.tar.bz2 ratatoeskr-cms-a3df379d8779d3d0730e01645bd6e6d7ad8b40b9.zip |
Fixed documentation bug/typo.
Diffstat (limited to 'ratatoeskr/sys')
-rw-r--r-- | ratatoeskr/sys/models.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ratatoeskr/sys/models.php b/ratatoeskr/sys/models.php index bfdc442..59517a9 100644 --- a/ratatoeskr/sys/models.php +++ b/ratatoeskr/sys/models.php @@ -462,7 +462,7 @@ class Group class Translation { /* - * Varialbes: Public class variables. + * Variables: Public class variables. * * $text - The translated text. * $texttype - The type of the text. Has only a meaning in a context. |