[recipes: 1/2] Fix minor typos



commit bdcd382a857ee88a6b07ba11c7ee2d405dca4c78
Author: Yuri Chornoivan <yurchor ukr net>
Date:   Fri Jun 26 22:17:24 2020 +0300

    Fix minor typos

 help/C/add-recipe-details.page | 2 +-
 help/C/chef.page               | 2 +-
 src/gr-recipe-store.c          | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/help/C/add-recipe-details.page b/help/C/add-recipe-details.page
index bc49d8b..a960e26 100644
--- a/help/C/add-recipe-details.page
+++ b/help/C/add-recipe-details.page
@@ -36,7 +36,7 @@
         will make.</p>
         </item>
         <item><p><gui>Preparation Time</gui>: From the drop down box, choose
-        how long it takes to pepare the ingredients prior to cooking.</p>
+        how long it takes to prepare the ingredients prior to cooking.</p>
         </item>
         <item><p><gui>Cooking Time</gui>:  From the drop down box, choose
         how long it takes to cook the recipe.</p>
diff --git a/help/C/chef.page b/help/C/chef.page
index f85b477..200da93 100644
--- a/help/C/chef.page
+++ b/help/C/chef.page
@@ -38,7 +38,7 @@
       </p>
     </item>
     <item>
-      <p>Select <gui>Chef Informaton</gui>.
+      <p>Select <gui>Chef Information</gui>.
       </p>
     </item>
     <item>
diff --git a/src/gr-recipe-store.c b/src/gr-recipe-store.c
index 3c6d7ca..8abab2e 100644
--- a/src/gr-recipe-store.c
+++ b/src/gr-recipe-store.c
@@ -2332,7 +2332,7 @@ gr_recipe_search_class_init (GrRecipeSearchClass *klass)
          * GrRecipeSearch::hits-added:
          *
          * Gets emitted whenever more results are added to the total result set.
-         * Users are expeted to update their list of results.
+         * Users are expected to update their list of results.
          */
         search_signals[HITS_ADDED] =
                 g_signal_new ("hits-added",
@@ -2349,7 +2349,7 @@ gr_recipe_search_class_init (GrRecipeSearchClass *klass)
          *
          * Gets emitted when existing results are removed from the total result set.
          * This can happen when a narrower query is set.
-         * Users are expeted to update their list of results.
+         * Users are expected to update their list of results.
          */
         search_signals[HITS_REMOVED] =
                 g_signal_new ("hits-removed",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]