summaryrefslogtreecommitdiffstats
path: root/makecomponenttable.sh
diff options
context:
space:
mode:
authorterry%netscape.com <>1999-02-03 09:34:03 +0100
committerterry%netscape.com <>1999-02-03 09:34:03 +0100
commit45bdc539bf1ab07333502d1ab63ae5c44dd05ddb (patch)
tree81c959cee7cea4a9ab47747f0c02e72e2ead23ca /makecomponenttable.sh
parent386a0aa54fb26cc16c45b568a342582139667c8f (diff)
downloadbugzilla-45bdc539bf1ab07333502d1ab63ae5c44dd05ddb.tar.gz
bugzilla-45bdc539bf1ab07333502d1ab63ae5c44dd05ddb.tar.xz
Oops; fixed typo.
Diffstat (limited to 'makecomponenttable.sh')
-rwxr-xr-xmakecomponenttable.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/makecomponenttable.sh b/makecomponenttable.sh
index c021eea86..7a6721c90 100755
--- a/makecomponenttable.sh
+++ b/makecomponenttable.sh
@@ -130,7 +130,7 @@ insert into components (value, program, initialowner) values ("Content Model", "
insert into components (value, program, initialowner) values ("Cookies", "NGLayout", "scullin@netscape.com");
insert into components (value, program, initialowner) values ("DOM", "NGLayout", "vidur@netscape.com");
insert into components (value, program, initialowner) values ("DOM", "NGLayout", "vidur@netscape.com");
-insert into components (value, program, initialowner) values ("Editor", "kostello@netscape.com");
+insert into components (value, program, initialowner) values ("Editor", "NGLayout", "kostello@netscape.com");
insert into components (value, program, initialowner) values ("Embedding APIs", "NGLayout", "jevering@netscape.com");
insert into components (value, program, initialowner) values ("Event Handling", "NGLayout", "joki@netscape.com");
insert into components (value, program, initialowner) values ("Event Handling", "NGLayout", "joki@netscape.com");