wilson (owner)

Revisions

gist: 46791 Download_button fork
public
Public Clone URL: git://gist.github.com/46791.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From 37e5dfb8c9f305d1df50abb1fff766fe741874c7 Mon Sep 17 00:00:00 2001
From: Wilson Bilkovich <wilson@supremetyrant.com>
Date: Wed, 14 Jan 2009 00:07:09 -0500
Subject: [PATCH] Trivial typo fix in docs
 
---
 doc/rails.txt | 2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
 
diff --git a/doc/rails.txt b/doc/rails.txt
index 72ec09d..7b9f2d7 100644
--- a/doc/rails.txt
+++ b/doc/rails.txt
@@ -948,7 +948,7 @@ sourced in the |sandbox| for security reasons.
  called directly, from an autocommand, or from
  config/rails.vim.
 
-Options may be set set in one of four scopes, which my be indicated by an
+Options may be set in one of four scopes, which my be indicated by an
 optional prefix. These scopes determine how broadly an option will apply.
 Generally, the default scope is sufficient
 
--
1.6.0.2