lib/repo: Fix a typo in a documentation comment
Looks like a copy-paste error. Signed-off-by: Philip Withnall <withnall@endlessm.com> Closes: #961 Approved by: cgwalters
This commit is contained in:
parent
4796cd0454
commit
2f297ba4d3
|
|
@ -4064,7 +4064,7 @@ ostree_repo_sign_delta (OstreeRepo *self,
|
||||||
* @cancellable: A #GCancellable
|
* @cancellable: A #GCancellable
|
||||||
* @error: a #GError
|
* @error: a #GError
|
||||||
*
|
*
|
||||||
* Add a GPG signature to a static delta.
|
* Add a GPG signature to a summary file.
|
||||||
*/
|
*/
|
||||||
gboolean
|
gboolean
|
||||||
ostree_repo_add_gpg_signature_summary (OstreeRepo *self,
|
ostree_repo_add_gpg_signature_summary (OstreeRepo *self,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue