View Issue Details

IDProjectCategoryView StatusLast Update
0003436unrealircdpublic2007-07-10 15:36
Reportermeadows Assigned Tostskeeps 
PrioritynormalSeveritytextReproducibilityN/A
Status resolvedResolutionfixed 
OSN/AOS VersionN/A 
Product Version3.2.7 
Fixed in Version3.2.7-RC1 
Summary0003436: spelling bugs in webtv.c
Descriptionif (IsNetAdmin(acptr))
    strcat(buf, "an Network Administrator");
[...]
else if (IsServices(acptr))
    strcat(buf, "an Network Service");


Should be "a" both times, not "an".
TagsNo tags attached.
3rd party modules

Activities

stskeeps

2007-07-10 15:36

reporter   ~0014473

I really shouldn't patch when I'm this tired..

Issue History

Date Modified Username Field Change
2007-07-10 15:10 meadows New Issue
2007-07-10 15:36 stskeeps Status new => resolved
2007-07-10 15:36 stskeeps Fixed in Version => 3.2.7-RC1
2007-07-10 15:36 stskeeps Resolution open => fixed
2007-07-10 15:36 stskeeps Assigned To => stskeeps
2007-07-10 15:36 stskeeps Note Added: 0014473