diff options
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']; |