summaryrefslogtreecommitdiffstats
path: root/zoom.php
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-01-17 13:59:19 +0100
committerRemi Collet <fedora@famillecollet.com>2013-01-17 13:59:19 +0100
commitb16681dcf55114eed548021641a7c7794ce8e334 (patch)
tree2dfff3be20c30e86e02bdc4c5cf3789310cc2036 /zoom.php
parent5e3a1a62043cc4602f5fc4fb871d09da65b5a277 (diff)
typo
Diffstat (limited to 'zoom.php')
-rw-r--r--zoom.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/zoom.php b/zoom.php
index dedd3fa..9f26f27 100644
--- a/zoom.php
+++ b/zoom.php
@@ -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'];