summaryrefslogtreecommitdiff
path: root/common/flatpak-installation.h
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@endlessos.org>2021-06-11 14:48:30 +0100
committerSimon McVittie <smcv@debian.org>2021-06-14 15:30:59 +0100
commitc8cbf26316faae77b5695a74c174723b8f46c345 (patch)
tree89f9ec1ca55b9ecd39cae79875f981fcfc13c868 /common/flatpak-installation.h
parentb6d5e20857b3587c212ce97de78cdbc2ef01d548 (diff)
downloadflatpak-c8cbf26316faae77b5695a74c174723b8f46c345.tar.gz
flatpak-installation: Fix some typos in documentation comments
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
Diffstat (limited to 'common/flatpak-installation.h')
-rw-r--r--common/flatpak-installation.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/flatpak-installation.h b/common/flatpak-installation.h
index 2fb0fd59..5d679d69 100644
--- a/common/flatpak-installation.h
+++ b/common/flatpak-installation.h
@@ -114,7 +114,7 @@ typedef enum {
* FlatpakLaunchFlags:
* @FLATPAK_LAUNCH_FLAGS_NONE: Default
* @FLATPAK_LAUNCH_FLAGS_DO_NOT_REAP: Do not reap the child. Use this if you want to wait
- * for the child with g_child_watch_add(). (Snce: 1.1)
+ * for the child with g_child_watch_add(). (Since: 1.1)
*
* Flags to alter the behavior of flatpak_installation_launch_full().
*/
@@ -130,8 +130,8 @@ typedef enum {
* This can return stale data, or a #FLATPAK_ERROR_NOT_CACHED error, however it is a
* lot more efficient if you're doing many requests.
* @FLATPAK_QUERY_FLAGS_ONLY_SIDELOADED: Only list refs available from sideload
- * repos; see flatpak(1). (Snce: 1.7)
- * @FLATPAK_QUERY_FLAGS_ALL_ARCHES: Include refs from all arches, not just the primary ones. (Snce: 1.11.2)
+ * repos; see flatpak(1). (Since: 1.7)
+ * @FLATPAK_QUERY_FLAGS_ALL_ARCHES: Include refs from all arches, not just the primary ones. (Since: 1.11.2)
*
* Flags to alter the behavior of e.g flatpak_installation_list_remote_refs_sync_full().
*