Fix typos

Julien LepillerMon Jul 19 23:26:28+0200 2021

618b3c1

Fix typos

pages/documentation.scm

2828
      (h1 (_ "Documentation"))
2929
      (div (@ (class "article"))
3030
        (p (_ "This documentation will guide you in some of the most important
31-
aspects of the application. Please read it carefuly!"))
31+
aspects of the application. Please read it carefully!"))
3232
        (h2 (_ "Downloading a dictionary"))
3333
        (p (_ "This application is based on multiple dictionaries that
3434
you can download in the app. They all add some functionality to the application.

3838
open a new view where you can select a dictionary in a list."))
3939
        (p (_ "Tap on the dictionary you want to add. You will be presented
4040
with more details on the dictionary and options to download, refresh or delete
41-
it. Once you have successfuly downloaded a dictionary, you are ready to use
41+
it. Once you have successfully downloaded a dictionary, you are ready to use
4242
the app!"))
4343
        (h2 (_ "Searching vocabulary"))
4444
        (p (_ "To be able to look for vocabulary, you must first download a
4545
dictionary. There are dictionaries for different languages."))
4646
        (p (_ "From the main view, tap on the search bar and type your search
47-
term. It can be a word written in kanji, with its pronounciation or the meaning
47+
term. It can be a word writen in kanji, with its pronunciation or the meaning
4848
of a word in the language of a dictionary you downloaded."))
4949
        (p (_ "Tap on the search button and you'll see the results. Easy, right?"))
5050
        (h2 (_ "Settings"))

6565
          (li (_ "<a href=\"~a\">Suggest</a> improvements and more data sources"
6666
                  "https://framagit.org/nani-project/nani-app/issues"))
6767
          (li (_ "Write some code and send me a patch")))
68-
        (p (_ "In any case, I hope you will enjoy Nani as much as I enjoyed writting
68+
        (p (_ "In any case, I hope you will enjoy Nani as much as I enjoyed writing
6969
it!"))))
7070
    nani-theme))

pages/index.scm

3434
              ;; TRANSLATORS: rename this file to /images/get-it-on-<lang>.png
3535
              (_ "<img src=\"/images/get-it-on-en.png\" />"))))
3636
       (h2 (@ (id "after-hero")) (_ "Features"))
37-
       (p (_ "Offline Japanese dictionary, with meaning, pronounciation, kanji and more!"))
37+
       (p (_ "Offline Japanese dictionary, with meaning, pronunciation, kanji and more!"))
3838
       (div (@ (id "features"))
3939
        (div
4040
          (h3 (_ "Specialized dictionary"))

tools/list.scm

4545
    `(_ "Pitch accent dictionary from Wadoku."))
4646
  (define wadoku-pitch-description
4747
    `(_ "This dictionary allows you to augment search results on the main view
48-
         with pitch accent (pronounciation) information.  Japanese is not flat,
48+
         with pitch accent (pronunciation) information.  Japanese is not flat,
4949
         and this dictionary will add information that will help you pronounce
5050
         words better, with a standard Japanese pitch accent."))
5151