Make WordPress Core

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#17610 closed defect (bug) (fixed)

Typo fix (seperator -> separator) in comments and code.

Reported by: brandonburke Owned by: ryan
Priority: normal Milestone: 3.2
Component: General Version: 3.2
Severity: trivial Keywords: has-patch
Cc: Focuses:

Description

Noted typographical errors in instances of the word 'separator' in wp-admin/includes/menu.php, and found that the same typo persists in wp-includes/class-simplepie.php, wp-admin/includes/plugin.php and wp-admin/includes/class-wp-upgrader.php. #FirstPatch

Attachments (1)

typo_fix_seperator_to_separator.diff (3.0 KB ) - added by brandonburke 15 years ago.

Download all attachments as: .zip

Change History (4)

#1 @ocean90
15 years ago

  • Milestone Awaiting Review3.2
  • Severity minortrivial

#2 @ryan
15 years ago

  • Owner set to ryan
  • Resolutionfixed
  • Status newclosed

In [18084]:

s/seperator/separator/. Props brandonburke. fixes #17610

#3 @ryan
15 years ago

I omitted SimplePie since it is third party.

Note: See TracTickets for help on using tickets.