Make WordPress Core

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#17610 closed defect (bug) (fixed)

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

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

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 14 years ago.

Download all attachments as: .zip

Change History (4)

#1 @ocean90
14 years ago

  • Milestone changed from Awaiting Review to 3.2
  • Severity changed from minor to trivial

#2 @ryan
14 years ago

  • Owner set to ryan
  • Resolution set to fixed
  • Status changed from new to closed

In [18084]:

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

#3 @ryan
14 years ago

I omitted SimplePie since it is third party.

Note: See TracTickets for help on using tickets.