summaryrefslogtreecommitdiffstats
path: root/lib/SVG/Graph
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2017-04-02 03:34:44 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2017-04-02 03:34:44 +0000
commit6139e0033a0435f526f16b5df9b1e597402d3377 (patch)
tree2863f34c452528dfa9104d614970b7c6220d8434 /lib/SVG/Graph
parentadce697d9964be3092b358ea5fc10b399964cb19 (diff)
downloadredmine-6139e0033a0435f526f16b5df9b1e597402d3377.tar.gz
redmine-6139e0033a0435f526f16b5df9b1e597402d3377.zip
spelling fixes (#25495)
git-svn-id: http://svn.redmine.org/redmine/trunk@16445 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/SVG/Graph')
-rw-r--r--lib/SVG/Graph/Graph.rb2
-rw-r--r--lib/SVG/Graph/Schedule.rb4
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/SVG/Graph/Graph.rb b/lib/SVG/Graph/Graph.rb
index f048ac382..f5b0f61bf 100644
--- a/lib/SVG/Graph/Graph.rb
+++ b/lib/SVG/Graph/Graph.rb
@@ -234,7 +234,7 @@ module SVG
# scales to fix the space.
attr_accessor :width
# Set the path to an external stylesheet, set to '' if
- # you want to revert back to using the defaut internal version.
+ # you want to revert back to using the default internal version.
#
# To create an external stylesheet create a graph using the
# default internal version and copy the stylesheet section to
diff --git a/lib/SVG/Graph/Schedule.rb b/lib/SVG/Graph/Schedule.rb
index 70bb519d7..87d12cb53 100644
--- a/lib/SVG/Graph/Schedule.rb
+++ b/lib/SVG/Graph/Schedule.rb
@@ -51,7 +51,7 @@ module SVG
#
# = Notes
#
- # The default stylesheet handles upto 10 data sets, if you
+ # The default stylesheet handles up to 10 data sets, if you
# use more you must create your own stylesheet and add the
# additional settings for the extra data sets. You will know
# if you go over 10 data sets as they will have no style and
@@ -138,7 +138,7 @@ module SVG
# Note that the data must be in time,value pairs, and that the date format
# may be any date that is parseable by ParseDate.
# Also note that, in this example, we're mixing scales; the data from d1
- # will probably not be discernable if both data sets are plotted on the same
+ # will probably not be discernible if both data sets are plotted on the same
# graph, since d1 is too granular.
def add_data data
@data = [] unless @data