Make WordPress Core

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#28231 closed defect (bug) (fixed)

Typo in wp-cron.php

Reported by: michaelbeil's profile michaelbeil Owned by: rclations's profile rclations
Milestone: 4.0 Priority: normal
Severity: trivial Version: 3.3
Component: Cron API Keywords: good-first-bug has-patch
Focuses: docs Cc:

Description

This might be one of the easiest patches ever, but I noticed a typo in a comment within wp-cron.php on line 36. The comment says "another processs updated the cache," but should have one less 's' on the word process.

https://core.trac.wordpress.org/browser/branches/3.9/src/wp-cron.php#L36

Attachments (1)

28231.diff (593 bytes) - added by rclations 10 years ago.

Download all attachments as: .zip

Change History (7)

#1 @michaelbeil
10 years ago

  • Keywords needs-patch added
  • Severity changed from normal to trivial

#2 @SergeyBiryukov
10 years ago

  • Component changed from General to Cron API
  • Keywords good-first-bug added
  • Milestone changed from Awaiting Review to 4.0

@rclations
10 years ago

#3 @rclations
10 years ago

As much as I wish that was more exhilarating, I was looking for a first patch to jump in with. Thanks!

#4 @DrewAPicture
10 years ago

  • Keywords has-patch added; needs-patch removed
  • Owner set to rclations
  • Status changed from new to assigned
  • Version changed from 3.9.1 to 3.3

Hi @rclations, thanks for the patch. Every little bit helps!

#5 @DrewAPicture
10 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

Looks like the commit notification missed.

This was fixed in [28380] props rclations.

#6 @michaelbeil
10 years ago

Great to see this patched so quickly rclations and drewapicture.

Note: See TracTickets for help on using tickets.