Merge pull request #13293 from akshay-vishnoi/typo

Spelling and Grammar checks [ci skip]
This commit is contained in:
Carlos Antonio da Silva 2013-12-12 08:12:13 -08:00
commit 07fd25c759
8 changed files with 12 additions and 12 deletions

@ -48,7 +48,7 @@ module Live
# the server will receive a +Last-Event-ID+ header with value equal to +id+. # the server will receive a +Last-Event-ID+ header with value equal to +id+.
# #
# After setting an option in the constructor of the SSE object, all future # After setting an option in the constructor of the SSE object, all future
# SSEs sent accross the stream will use those options unless overridden. # SSEs sent across the stream will use those options unless overridden.
# #
# Example Usage: # Example Usage:
# #

@ -1,7 +1,7 @@
# #
# DO NOT MODIFY!!!! # DO NOT MODIFY!!!!
# This file is automatically generated by Racc 1.4.9 # This file is automatically generated by Racc 1.4.9
# from Racc grammer file "". # from Racc grammar file "".
# #
require 'racc/parser.rb' require 'racc/parser.rb'

@ -89,8 +89,8 @@
} }
// takes an array of elements with a data-regexp attribute and // takes an array of elements with a data-regexp attribute and
// passes their their parent <tr> into the callback function // passes their parent <tr> into the callback function
// if the regexp matchs a given path // if the regexp matches a given path
function eachElemsForPath(elems, path, func) { function eachElemsForPath(elems, path, func) {
each(elems, function(e){ each(elems, function(e){
var reg = e.getAttribute("data-regexp"); var reg = e.getAttribute("data-regexp");

@ -361,7 +361,7 @@ module MountedHelpers #:nodoc:
include UrlFor include UrlFor
end end
# Contains all the mounted helpers accross different # Contains all the mounted helpers across different
# engines and the `main_app` helper for the application. # engines and the `main_app` helper for the application.
# You can include this in your classes if you want to # You can include this in your classes if you want to
# access routes for other engines. # access routes for other engines.

@ -41,7 +41,7 @@ def to_model
end end
# Returns an Enumerable of all key attributes if any is set, regardless if # Returns an Enumerable of all key attributes if any is set, regardless if
# the object is persisted or not. If there no key attributes, returns +nil+. # the object is persisted or not. Returns +nil+ if there are no key attributes.
# #
# class Person < ActiveRecord::Base # class Person < ActiveRecord::Base
# end # end

@ -82,10 +82,10 @@ def update_counters(id, counters)
# Increment a numeric field by one, via a direct SQL update. # Increment a numeric field by one, via a direct SQL update.
# #
# This method is used primarily for maintaining counter_cache columns used to # This method is used primarily for maintaining counter_cache columns that are
# store aggregate values. For example, a DiscussionBoard may cache posts_count # used to store aggregate values. For example, a DiscussionBoard may cache
# and comments_count to avoid running an SQL query to calculate the number of # posts_count and comments_count to avoid running an SQL query to calculate the
# posts and comments there are each time it is displayed. # number of posts and comments there are, each time it is displayed.
# #
# ==== Parameters # ==== Parameters
# #

@ -188,7 +188,7 @@ def initialize(errors)
end end
end end
# Raised when a primary key is needed, but there is not one specified in the schema or model. # Raised when a primary key is needed, but not specified in the schema or model.
class UnknownPrimaryKey < ActiveRecordError class UnknownPrimaryKey < ActiveRecordError
attr_reader :model attr_reader :model

@ -76,5 +76,5 @@ Oscar Del Ben is a software engineer at <a href="http://www.wildfireapp.com/">Wi
<% end %> <% end %>
<%= author('Akshay Surve', 'startupjockey', 'akshaysurve.jpg') do %> <%= author('Akshay Surve', 'startupjockey', 'akshaysurve.jpg') do %>
Akshay Surve is the Founder at <a href="http://www.deltax.com">DeltaX</a>, hackathon specialist, a midnight code junkie and ocassionally writes prose. You can connect with him on <a href="https://twitter.com/akshaysurve">Twitter</a>, <a href="http://www.linkedin.com/in/akshaysurve">Linkedin</a>, <a href="http://www.akshaysurve.com/">Personal Blog</a> or <a href="http://www.quora.com/Akshay-Surve">Quora</a>. Akshay Surve is the Founder at <a href="http://www.deltax.com">DeltaX</a>, hackathon specialist, a midnight code junkie and occasionally writes prose. You can connect with him on <a href="https://twitter.com/akshaysurve">Twitter</a>, <a href="http://www.linkedin.com/in/akshaysurve">Linkedin</a>, <a href="http://www.akshaysurve.com/">Personal Blog</a> or <a href="http://www.quora.com/Akshay-Surve">Quora</a>.
<% end %> <% end %>