summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2016-05-17 08:28:33 +0100
committerSimon McVittie <smcv@debian.org>2016-05-17 11:43:32 +0100
commita4641280a7d687b4eae13b14d622874dd05a99fe (patch)
treebf8633e021994cdb30ab20bf89c52d743f76b452
parentb13fc460dfdec9e200272faca3e14977257e2e7a (diff)
downloadxdg-app-a4641280a7d687b4eae13b14d622874dd05a99fe.tar.gz
Fix various spelling mistakes
Mostly detected by Debian's Lintian tool. Signed-off-by: Simon McVittie <smcv@debian.org>
-rw-r--r--builder/builder-cache.c2
-rw-r--r--builder/builder-utils.c2
-rw-r--r--common/flatpak-run.c2
-rw-r--r--doc/flatpak-build-finish.xml2
-rw-r--r--doc/flatpak-build-sign.xml4
-rw-r--r--doc/flatpak-build.xml4
-rw-r--r--doc/flatpak-builder.xml2
-rw-r--r--doc/flatpak-install.xml2
-rw-r--r--doc/flatpak-override.xml2
-rw-r--r--doc/flatpak-run.xml2
-rw-r--r--document-portal/xdp-main.c4
-rw-r--r--system-helper/flatpak-system-helper.c4
12 files changed, 16 insertions, 16 deletions
diff --git a/builder/builder-cache.c b/builder/builder-cache.c
index a401377..d32a6af 100644
--- a/builder/builder-cache.c
+++ b/builder/builder-cache.c
@@ -403,7 +403,7 @@ builder_cache_commit (BuilderCache *self,
gboolean res = FALSE;
g_autofree char *ref = NULL;
- g_print ("Commiting stage %s to cache\n", self->stage);
+ g_print ("Committing stage %s to cache\n", self->stage);
if (!ostree_repo_prepare_transaction (self->repo, NULL, NULL, error))
return FALSE;
diff --git a/builder/builder-utils.c b/builder/builder-utils.c
index b82a127..99d27d3 100644
--- a/builder/builder-utils.c
+++ b/builder/builder-utils.c
@@ -978,7 +978,7 @@ handle_dwarf2_section (DebuginfoData *data, GHashTable *files, GError **error)
}
else
{
- return flatpak_fail (0, 0, "%s: Wrong ELF data enconding", data->filename);
+ return flatpak_fail (0, 0, "%s: Wrong ELF data encoding", data->filename);
}
debug_sections = data->debug_sections;
diff --git a/common/flatpak-run.c b/common/flatpak-run.c
index aa5fb1f..34650a4 100644
--- a/common/flatpak-run.c
+++ b/common/flatpak-run.c
@@ -1716,7 +1716,7 @@ flatpak_run_add_environment_args (GPtrArray *argv_array,
if (!home_access)
{
- /* Enable persistant mapping only if no access to real home dir */
+ /* Enable persistent mapping only if no access to real home dir */
g_hash_table_iter_init (&iter, context->persistent);
while (g_hash_table_iter_next (&iter, &key, NULL))
diff --git a/doc/flatpak-build-finish.xml b/doc/flatpak-build-finish.xml
index 7581c47..73bf20f 100644
--- a/doc/flatpak-build-finish.xml
+++ b/doc/flatpak-build-finish.xml
@@ -228,7 +228,7 @@
<listitem><para>
If the application doesn't have access to the real homedir, make the (homedir-relative) path
FILENAME a bind mount to the corresponding path in the per-application directory,
- allowing that location to be used for persistant data.
+ allowing that location to be used for persistent data.
This updates the [Context] group in the metadata.
This option can be used multiple times.
</para></listitem>
diff --git a/doc/flatpak-build-sign.xml b/doc/flatpak-build-sign.xml
index ad8da8f..068aa24 100644
--- a/doc/flatpak-build-sign.xml
+++ b/doc/flatpak-build-sign.xml
@@ -42,7 +42,7 @@
<title>Description</title>
<para>
- Signs the commit for a speficied application or runtime in
+ Signs the commit for a specified application or runtime in
a local repository. <arg choice="plain">LOCATION</arg> is
the location of the repository. <arg
choice="plain">ID</arg> is the name of the application, or
@@ -52,7 +52,7 @@
</para>
<para>
Applications can also be signed during build-export, but
- it is sometimes useful to add additionaly signatures later.
+ it is sometimes useful to add additional signatures later.
</para>
</refsect1>
diff --git a/doc/flatpak-build.xml b/doc/flatpak-build.xml
index e6abfce..af16ddd 100644
--- a/doc/flatpak-build.xml
+++ b/doc/flatpak-build.xml
@@ -45,7 +45,7 @@
must have been initialized with <command>flatpak build-init</command>.
</para>
<para>
- The sdk that is specfied in the <filename>metadata</filename> file
+ The sdk that is specified in the <filename>metadata</filename> file
in the directory is mounted at <filename>/usr</filename> and the
<filename>files</filename> and <filename>var</filename> subdirectories
are mounted at <filename>/app</filename> and <filename>/var</filename>,
@@ -209,7 +209,7 @@
<listitem><para>
If the application doesn't have access to the real homedir, make the (homedir-relative) path
FILENAME a bind mount to the corresponding path in the per-application directory,
- allowing that location to be used for persistant data.
+ allowing that location to be used for persistent data.
This overrides to the Context section from the application metadata.
This option can be used multiple times.
</para></listitem>
diff --git a/doc/flatpak-builder.xml b/doc/flatpak-builder.xml
index 4572295..eb2858a 100644
--- a/doc/flatpak-builder.xml
+++ b/doc/flatpak-builder.xml
@@ -310,7 +310,7 @@
</varlistentry>
<varlistentry>
<term><option>no-autogen</option> (boolean)</term>
- <listitem><para>Ignore the existance of an autogen script</para></listitem>
+ <listitem><para>Ignore the existence of an autogen script</para></listitem>
</varlistentry>
<varlistentry>
<term><option>no-parallel-make</option> (boolean)</term>
diff --git a/doc/flatpak-install.xml b/doc/flatpak-install.xml
index bf8ae01..4a5fc30 100644
--- a/doc/flatpak-install.xml
+++ b/doc/flatpak-install.xml
@@ -58,7 +58,7 @@
the specified <arg choice="plain">REMOTE</arg>, but you can limit this by using the --app or --runtime option.
</para>
<para>
- Note that flatpak allows to have multiple branches of an application and runtimes
+ Note that flatpak allows one to have multiple branches of an application and runtimes
installed and used at the same time. However, only version of an application one can be current,
meaning its exported files (for instance desktop files and icons) are
visible to the host. The last installed version is made current by
diff --git a/doc/flatpak-override.xml b/doc/flatpak-override.xml
index 50422c4..7cea599 100644
--- a/doc/flatpak-override.xml
+++ b/doc/flatpak-override.xml
@@ -183,7 +183,7 @@
<listitem><para>
If the application doesn't have access to the real homedir, make the (homedir-relative) path
FILENAME a bind mount to the corresponding path in the per-application directory,
- allowing that location to be used for persistant data.
+ allowing that location to be used for persistent data.
This overrides to the Context section from the application metadata.
This option can be used multiple times.
</para></listitem>
diff --git a/doc/flatpak-run.xml b/doc/flatpak-run.xml
index 9f99c25..3a26b0d 100644
--- a/doc/flatpak-run.xml
+++ b/doc/flatpak-run.xml
@@ -285,7 +285,7 @@
<listitem><para>
If the application doesn't have access to the real homedir, make the (homedir-relative) path
FILENAME a bind mount to the corresponding path in the per-application directory,
- allowing that location to be used for persistant data.
+ allowing that location to be used for persistent data.
This overrides to the Context section from the application metadata.
This option can be used multiple times.
</para></listitem>
diff --git a/document-portal/xdp-main.c b/document-portal/xdp-main.c
index 575ac90..75ed042 100644
--- a/document-portal/xdp-main.c
+++ b/document-portal/xdp-main.c
@@ -385,7 +385,7 @@ portal_add (GDBusMethodInvocation *invocation,
st_buf.st_dev != real_st_buf.st_dev ||
st_buf.st_ino != real_st_buf.st_ino)
{
- /* Don't leak any info about real file path existance, etc */
+ /* Don't leak any info about real file path existence, etc */
g_dbus_method_invocation_return_error (invocation,
FLATPAK_PORTAL_ERROR, FLATPAK_PORTAL_ERROR_INVALID_ARGUMENT,
"Invalid fd passed");
@@ -488,7 +488,7 @@ portal_add_named (GDBusMethodInvocation *invocation,
g_variant_get (parameters, "(h@aybb)", &parent_fd_id, &filename_v, &reuse_existing, &persistent);
filename = g_variant_get_bytestring (filename_v);
- /* This is only allowed from the host, or else we could leak existance of files */
+ /* This is only allowed from the host, or else we could leak existence of files */
if (*app_id != 0)
{
g_dbus_method_invocation_return_error (invocation, FLATPAK_PORTAL_ERROR, FLATPAK_PORTAL_ERROR_NOT_ALLOWED,
diff --git a/system-helper/flatpak-system-helper.c b/system-helper/flatpak-system-helper.c
index 3d214d1..e31239e 100644
--- a/system-helper/flatpak-system-helper.c
+++ b/system-helper/flatpak-system-helper.c
@@ -579,7 +579,7 @@ on_bus_acquired (GDBusConnection *connection,
{
GError *error = NULL;
- g_debug ("Bus aquired, creating skeleton");
+ g_debug ("Bus acquired, creating skeleton");
helper = flatpak_system_helper_skeleton_new ();
@@ -612,7 +612,7 @@ on_name_acquired (GDBusConnection *connection,
const gchar *name,
gpointer user_data)
{
- g_debug ("Name aquired");
+ g_debug ("Name acquired");
}
static void