Skip to content

Commit

Permalink
minor spelling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
privong committed Jul 17, 2015
1 parent edf98c0 commit 7358360
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down
2 changes: 1 addition & 1 deletion doc/extras.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand Down
4 changes: 2 additions & 2 deletions doc/tile__cumulative_flow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand All @@ -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``.
2 changes: 1 addition & 1 deletion doc/tile__fancy_listing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
2 changes: 1 addition & 1 deletion doc/tile__line_chart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down

0 comments on commit 7358360

Please sign in to comment.