summaryrefslogtreecommitdiffstats
path: root/zoom.php
diff options
context:
space:
mode:
authorJohan "Papa" Cwiklinski <trasher@odysseus.(none)>2010-05-29 17:26:43 +0200
committerJohan "Papa" Cwiklinski <trasher@odysseus.(none)>2010-05-29 17:26:43 +0200
commite2a411835dfeb4c18f59cec9a2e483b3ebf394fc (patch)
tree9dc65d38f460e6d8cd8f5620ca20b6c36d822c99 /zoom.php
parent8aa3adeb74d3aba8f7cd9498870cd63d87aefd75 (diff)
A typo... ; refs #45
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 f96f96e..a7cf0d2 100644
--- a/zoom.php
+++ b/zoom.php
@@ -5,7 +5,7 @@ require "FedoraClient.php";
$fedcli = new FedoraPkgdb();
$name = $_GET['rpm'];
-$ajax_infos = '<span class="ajax">(wit for ajax or <a href="' . $_SERVER['PHP_SELF'] . '?rpm='.$name.'&amp;pkgdb=1">reload with pkgdb</a>)</span>';
+$ajax_infos = '<span class="ajax">(wait for ajax or <a href="' . $_SERVER['PHP_SELF'] . '?rpm='.$name.'&amp;pkgdb=1">reload with pkgdb</a>)</span>';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">