Merge pull request #2051 from fkrull/repo_finder_avahi

lib: fix typo in function docs
This commit is contained in:
OpenShift Merge Robot 2020-04-02 00:34:59 +02:00 committed by GitHub
commit 08ebf5ae5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1358,7 +1358,7 @@ ostree_repo_finder_avahi_init (OstreeRepoFinderAvahi *self)
} }
/** /**
* ostree_repo-finder_avahi_new: * ostree_repo_finder_avahi_new:
* @context: (transfer none) (nullable): a #GMainContext for processing Avahi * @context: (transfer none) (nullable): a #GMainContext for processing Avahi
* events in, or %NULL to use the current thread-default * events in, or %NULL to use the current thread-default
* *