Project

General

Profile

Actions

Patch #27670

closed

Fix typo in configuration.yml.example

Added by Go MAEDA over 6 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Code cleanup/refactoring
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:

Description

Pull request https://github.com/redmine/redmine/pull/61/files by Kosta Harlan.

Index: config/configuration.yml.example
===================================================================
--- config/configuration.yml.example    (revision 17048)
+++ config/configuration.yml.example    (working copy)
@@ -1,6 +1,6 @@
 # = Redmine configuration file
 #
-# Each environment has it's own configuration options.  If you are only
+# Each environment has its own configuration options.  If you are only
 # running in production, only the production block needs to be configured.
 # Environment specific configuration options override the default ones.
 #
Actions #1

Updated by Go MAEDA over 6 years ago

I found another typo.

Index: config/configuration.yml.example
===================================================================
--- config/configuration.yml.example    (revision 17048)
+++ config/configuration.yml.example    (working copy)
@@ -1,11 +1,11 @@
 # = Redmine configuration file
 #
-# Each environment has it's own configuration options.  If you are only
+# Each environment has its own configuration options.  If you are only
 # running in production, only the production block needs to be configured.
 # Environment specific configuration options override the default ones.
 #
 # Note that this file needs to be a valid YAML file.
-# DO NOT USE TABS! Use 2 spaces instead of tabs for identation.
+# DO NOT USE TABS! Use 2 spaces instead of tabs for indentation.

 # default configuration options for all environments
 default:
Actions #2

Updated by Go MAEDA over 6 years ago

  • Status changed from New to Closed
  • Assignee set to Go MAEDA
  • Target version set to 4.0.0

Committed in the trunk.

Actions

Also available in: Atom PDF