Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #10171 (closed defect: fixed)

Opened 10 months ago

Last modified 10 months ago

[PATCH][TINY][VERIFIED] "MacOS X" -> "Mac OS X"

Reported by: Henrik N Assigned to: core
Priority: low Milestone: 2.x
Component: Railties Version: edge
Severity: minor Keywords: tiny patch verified
Cc:

Description

Changing two comments in railties/configs/databases/mysql.yml and one in railties/configs/databases/postgresql.yml per topic.

Apple use a space between "Mac" and "OS". See e.g. http://www.apple.com/macosx/.

See attached patch.

Attachments

macos_to_mac_os.diff (1.2 kB) - added by Henrik N on 11/15/07 07:27:14.
macos_to_mac_os_tidied.diff (1.1 kB) - added by danger on 11/16/07 03:35:03.
regenerated from root

Change History

11/15/07 07:27:14 changed by Henrik N

  • attachment macos_to_mac_os.diff added.

11/15/07 09:55:16 changed by chuyeow

Hehe nice catch.

+1

11/16/07 03:35:03 changed by danger

  • attachment macos_to_mac_os_tidied.diff added.

regenerated from root

11/16/07 03:35:15 changed by danger

+1

11/16/07 17:17:35 changed by murphy

+1

11/16/07 17:28:20 changed by Henrik N

  • keywords changed from tiny patch to tiny patch verified.
  • summary changed from [PATCH][TINY] "MacOS X" -> "Mac OS X" to [PATCH][TINY][VERIFIED] "MacOS X" -> "Mac OS X".

11/16/07 20:29:59 changed by bitsweat

  • status changed from new to closed.
  • resolution set to fixed.

(In [8153]) MacOS X -> Mac OS X. Closes #10171 [henrik@nyh.se]