diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-01-17 13:59:19 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-01-17 13:59:19 +0100 |
commit | b16681dcf55114eed548021641a7c7794ce8e334 (patch) | |
tree | 2dfff3be20c30e86e02bdc4c5cf3789310cc2036 /zoom.php | |
parent | 5e3a1a62043cc4602f5fc4fb871d09da65b5a277 (diff) |
typo
Diffstat (limited to 'zoom.php')
-rw-r--r-- | zoom.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -156,7 +156,7 @@ if ( !isset($name) || !$name ) { $summary['Channel'] = $up['channel']; } if ($up && $up['stable']) { - $summary['Stabe version'] = $up['stable']; + $summary['Stable version'] = $up['stable']; } if ($up && $up['unstable'] && $up['stable']!=$up['unstable']) { $summary['Unstable version'] = $up['unstable']; |