From 55a22efb11b4ae0df4d279a14f8b44785e4832fe Mon Sep 17 00:00:00 2001
From: "terry%mozilla.org" <>
Date: Mon, 17 Jan 2000 11:14:14 +0000
Subject: [PATCH] Oops!  Fixed stupid typo in last patch.

---
 query.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/query.cgi b/query.cgi
index 3ef2e5d5a..5584ee2b3 100755
--- a/query.cgi
+++ b/query.cgi
@@ -400,7 +400,7 @@ print "
 
 </td>
 <td align=left valign=top>
-@{[make_selection_widget(\"op_sys\",\@::legal_platform,$default{'op_sys'}, $type{'op_sys'}, 1)]}
+@{[make_selection_widget(\"op_sys\",\@::legal_opsys,$default{'op_sys'}, $type{'op_sys'}, 1)]}
 
 </td>
 <td align=left valign=top>
-- 
2.24.1