Skip to content

Commit

Permalink
Merge pull request #74 from lucaceresoli/luca/fix-typos
Browse files Browse the repository at this point in the history
Fix typos in documentation

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
  • Loading branch information
troglobit committed Nov 16, 2016
2 parents b6b8d65 + d8bfe5d commit 4468d3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For all new features we want to encourage developers to not only submit
the feature (and documentation), but also at least a simple test that
can be run from `make check`.

The tests serve both as exmples and help prevent regressions.
The tests serve both as examples and help prevent regressions.


Coding Style
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorial.xml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ greeting Bye
in the configuration file. First it will find the "Hello" section.
It prints the title of the section, "Hello", retrieved with
<function>cfg_title()</function>. Then the targets are printed just
as in the previous exemples, but this time the values are retrieved
as in the previous examples, but this time the values are retrieved
from the cfg_greet section. Next, the section titled "Bye" is
found, and the values are retrieved from that section.
</para>
Expand Down

0 comments on commit 4468d3c

Please sign in to comment.