From 9bd1fdd8d7c1e762aa3361cc577d96d9922dcec8 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Tue, 15 Apr 2014 23:57:52 +0000 Subject: [PATCH 1/2] fix typo at lib/redcloth3.rb git-svn-id: http://svn.redmine.org/redmine/trunk@13091 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- lib/redcloth3.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/redcloth3.rb b/lib/redcloth3.rb index 8dc6186bf7..4de7ee5400 100644 --- a/lib/redcloth3.rb +++ b/lib/redcloth3.rb @@ -134,7 +134,7 @@ # # == Adding Tables # -# In Textile, simple tables can be added by seperating each column by +# In Textile, simple tables can be added by separating each column by # a pipe. # # |a|simple|table|row| From 62a4299f323eb813f9897c2963eb9862bc754ef2 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Thu, 24 Apr 2014 20:14:42 +0900 Subject: [PATCH 2/2] fix wrong default scm_subversion_command of doc/CONFIGURATION.md --- doc/CONFIGURATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/CONFIGURATION.md b/doc/CONFIGURATION.md index 62a45ac042..c4ea50ce0d 100644 --- a/doc/CONFIGURATION.md +++ b/doc/CONFIGURATION.md @@ -60,7 +60,7 @@ In case you want to use environment variables, but you have no easy way to set t * `autologin_cookie_secure` (default: false) * `database_cipher_key` (default: nil) * `scm_git_command` (default: 'git') -* `scm_subversion_command` (default: 'git') +* `scm_subversion_command` (default: 'svn') * `session_store`: `active_record_store`, `cache_store`, or `cookie_store` (default: cache_store) * [`omniauth_direct_login_provider`](#omniauth-direct-login-provider) (default: nil) * [`disable_password_login`](#disable-password-login) (default: false)