[gnome-software] trivial: Fix some typos spotted using codespell



commit 84f37e6c188c432685b84b9eb249d7d8c2128e50
Author: Richard Hughes <richard hughsie com>
Date:   Mon Apr 8 12:54:52 2019 +0100

    trivial: Fix some typos spotted using codespell

 NEWS                                                | 2 +-
 data/appdata/org.gnome.Software.appdata.xml.in      | 2 +-
 lib/gs-app.c                                        | 2 +-
 lib/gs-plugin-vfuncs.h                              | 2 +-
 meson.build                                         | 2 +-
 plugins/packagekit/gs-plugin-packagekit-refine.c    | 2 +-
 plugins/rpm-ostree/org.projectatomic.rpmostree1.xml | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9147b1b0..7386b19b 100644
--- a/NEWS
+++ b/NEWS
@@ -391,7 +391,7 @@ This is an unstable release in the 3.27 development series, with the following
 improvements:
  * Redesigned category view
  * Better notifications for completed distro upgrades
- * Number of test suite fixes to pave way for continous integration tests
+ * Number of test suite fixes to pave way for continuous integration tests
  * Improved support for running on low res displays
  * Various fixes to internal state handling
  * Allow linking to specified proprietary licenses
diff --git a/data/appdata/org.gnome.Software.appdata.xml.in b/data/appdata/org.gnome.Software.appdata.xml.in
index 16761735..638fe436 100644
--- a/data/appdata/org.gnome.Software.appdata.xml.in
+++ b/data/appdata/org.gnome.Software.appdata.xml.in
@@ -433,7 +433,7 @@
         <ul>
           <li>Redesigned category view</li>
           <li>Better notifications for completed distro upgrades</li>
-          <li>Number of test suite fixes to pave way for continous integration tests</li>
+          <li>Number of test suite fixes to pave way for continuous integration tests</li>
           <li>Improved support for running on low res displays</li>
           <li>Various fixes to internal state handling</li>
           <li>Allow linking to specified proprietary licenses</li>
diff --git a/lib/gs-app.c b/lib/gs-app.c
index cb1840be..0ba61a7d 100644
--- a/lib/gs-app.c
+++ b/lib/gs-app.c
@@ -267,7 +267,7 @@ gs_app_get_unique_id_unlocked (GsApp *app)
  * @app1: a #GsApp
  * @app2: a #GsApp
  *
- * Compares two applications using thier priority.
+ * Compares two applications using their priority.
  *
  * Use `gs_plugin_add_rule(plugin,GS_PLUGIN_RULE_BETTER_THAN,"plugin-name")`
  * to set the application priority values.
diff --git a/lib/gs-plugin-vfuncs.h b/lib/gs-plugin-vfuncs.h
index 4cd28cb3..d9527bfa 100644
--- a/lib/gs-plugin-vfuncs.h
+++ b/lib/gs-plugin-vfuncs.h
@@ -907,7 +907,7 @@ gboolean     gs_plugin_refresh                      (GsPlugin       *plugin,
  * list. If no plugins can handle the file, the list will be empty.
  *
  * For example, the PackageKit plugin can turn a .rpm file into a application
- * of kind %AS_APP_KIND_UNKNOWN but that in some cases it will be futher refined
+ * of kind %AS_APP_KIND_UNKNOWN but that in some cases it will be further refined
  * into a %AS_APP_KIND_DESKTOP (with all the extra metadata) by the appstream
  * plugin.
  *
diff --git a/meson.build b/meson.build
index 913bcafc..b39dc2cb 100644
--- a/meson.build
+++ b/meson.build
@@ -18,7 +18,7 @@ conf.set_quoted('GS_PLUGIN_API_VERSION', gs_plugin_api_version)
 # install docs
 install_data('README.md', install_dir : 'share/doc/gnome-software')
 
-# get suported warning flags
+# get supported warning flags
 test_args = [
   '-fstack-protector-strong',
   '-Waggregate-return',
diff --git a/plugins/packagekit/gs-plugin-packagekit-refine.c 
b/plugins/packagekit/gs-plugin-packagekit-refine.c
index afc95abe..a24b5841 100644
--- a/plugins/packagekit/gs-plugin-packagekit-refine.c
+++ b/plugins/packagekit/gs-plugin-packagekit-refine.c
@@ -173,7 +173,7 @@ gs_plugin_packagekit_resolve_packages (GsPlugin *plugin,
                return FALSE;
        }
 
-       /* if any packages remaing in UNKNOWN state, try to resolve them again,
+       /* if any packages remaining in UNKNOWN state, try to resolve them again,
         * but this time without ARCH filter */
        resolve2_list = gs_app_list_new ();
        for (guint i = 0; i < gs_app_list_length (list); i++) {
diff --git a/plugins/rpm-ostree/org.projectatomic.rpmostree1.xml 
b/plugins/rpm-ostree/org.projectatomic.rpmostree1.xml
index 933e11c9..077002e3 100644
--- a/plugins/rpm-ostree/org.projectatomic.rpmostree1.xml
+++ b/plugins/rpm-ostree/org.projectatomic.rpmostree1.xml
@@ -430,7 +430,7 @@
 
       <!--
          transfer data, format is:
-         (bytes transfered, bytes/s)
+         (bytes transferred, bytes/s)
       -->
        <arg name="transfer" type="(tt)" direction="out"/>
     </signal>


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