summaryrefslogtreecommitdiff
path: root/common/flatpak-installation.h
diff options
context:
space:
mode:
authorPhaedrus Leeds <mwleeds@endlessos.org>2020-10-07 11:58:02 -0700
committerAlexander Larsson <alexander.larsson@gmail.com>2020-10-08 09:15:20 +0200
commit036aba8cb8ebbbd0854c7e856ec29c3403809006 (patch)
tree0405d4391b221a8cb5e89e171bc7a6e20a637329 /common/flatpak-installation.h
parent3001cb317499b7b1c0273ccf2388fa817b0e2eeb (diff)
downloadflatpak-036aba8cb8ebbbd0854c7e856ec29c3403809006.tar.gz
common: Fix docs for FLATPAK_QUERY_FLAGS_ONLY_SIDELOADED
Diffstat (limited to 'common/flatpak-installation.h')
-rw-r--r--common/flatpak-installation.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/flatpak-installation.h b/common/flatpak-installation.h
index 80838791..8a6f7843 100644
--- a/common/flatpak-installation.h
+++ b/common/flatpak-installation.h
@@ -127,7 +127,8 @@ typedef enum {
* @FLATPAK_QUERY_FLAGS_ONLY_CACHED: Don't do any network i/o, but only return cached data.
* 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 any eventuall sideload repos. (Snce: 1.7)
+ * @FLATPAK_QUERY_FLAGS_ONLY_SIDELOADED: Only list refs available from sideload
+ * repos; see flatpak(1). (Snce: 1.7)
*
* Flags to alter the behavior of e.g flatpak_installation_list_remote_refs_sync_full().
*