aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge C. Privon <george@privon.com>2015-07-17 20:32:20 -0300
committerGeorge C. Privon <george@privon.com>2015-07-17 20:32:20 -0300
commit735836018d023498910ec3d1e84e6e644e6418a8 (patch)
treedecbbc6cb0efc06becf03524c5211e789eea8b0d
parentedf98c0d97151e7f5f4f21d329f3b689e471a173 (diff)
downloadtipboard-735836018d023498910ec3d1e84e6e644e6418a8.tar.gz
tipboard-735836018d023498910ec3d1e84e6e644e6418a8.tar.bz2
tipboard-735836018d023498910ec3d1e84e6e644e6418a8.zip
minor spelling fixes
-rw-r--r--doc/configuration.rst2
-rw-r--r--doc/extras.rst2
-rw-r--r--doc/tile__cumulative_flow.rst4
-rw-r--r--doc/tile__fancy_listing.rst2
-rw-r--r--doc/tile__line_chart.rst2
5 files changed, 6 insertions, 6 deletions
diff --git a/doc/configuration.rst b/doc/configuration.rst
index c31bcd4..d673cf9 100644
--- a/doc/configuration.rst
+++ b/doc/configuration.rst
@@ -9,7 +9,7 @@ below (see section :ref:`installation`).
Default configuration
---------------------
-First thing that you need to do after successfull installation is to create an
+First thing that you need to do after a successful installation is to create an
empty config that will provide a base for your customizations. Type in this
command::
diff --git a/doc/extras.rst b/doc/extras.rst
index 396fb35..8277937 100644
--- a/doc/extras.rst
+++ b/doc/extras.rst
@@ -39,7 +39,7 @@ Tested with JIRA 6.1.x.
Simple Python script targeted to novice users serving as an example how to glue
together three steps: fetching data, processing it and then sending it to the
-tile. See comments in the source code for further explaination.
+tile. See comments in the source code for further explanation.
``fabfile.py``
diff --git a/doc/tile__cumulative_flow.rst b/doc/tile__cumulative_flow.rst
index c26d46a..50d94e0 100644
--- a/doc/tile__cumulative_flow.rst
+++ b/doc/tile__cumulative_flow.rst
@@ -52,7 +52,7 @@ where:
.. describe:: ticks
List of elements defining x-axis; each such element is a list of form ``[k,
- v]`` where ``k`` is an oridinal number designating position of such tick and
+ v]`` where ``k`` is an ordinal number designating position of such tick and
``v`` is a string which will be displayed in that place.
Example::
@@ -65,4 +65,4 @@ Example::
If ``series_list`` contains more than one object (which is the case 99% of
the time), each one of them should have ``series`` list of the same length -
- and this lenght should be equal to the number of ``ticks``.
+ and this length should be equal to the number of ``ticks``.
diff --git a/doc/tile__fancy_listing.rst b/doc/tile__fancy_listing.rst
index 902bdc9..a6c5ee6 100644
--- a/doc/tile__fancy_listing.rst
+++ b/doc/tile__fancy_listing.rst
@@ -8,7 +8,7 @@
This tile is a more sophisticated version of ``listing`` tile offering colored
labels and centering options. Each entry is an object containing three keys:
-``label``, ``text`` and ``description``. Threrefore, ``data`` (i.e. content) is
+``label``, ``text`` and ``description``. Therefore, ``data`` (i.e. content) is
just a list of such objects.
**Content**
diff --git a/doc/tile__line_chart.rst b/doc/tile__line_chart.rst
index a7435b1..ce7152d 100644
--- a/doc/tile__line_chart.rst
+++ b/doc/tile__line_chart.rst
@@ -7,7 +7,7 @@
**Description**
Line-chart using `jqPlot <http://www.jqplot.com/>`_ library. Allows to display
-arbitrary number of plots on single chart, with automatical generation of trend
+arbitrary number of plots on single chart, with automatic generation of trend
lines for them (which is turned on by default).
**Content**