libostree: fix a typo in annotation

This fixes a typo in the `allow-none` annotation on
`ostree_sysroot_deployment_set_kargs_in_place` argument.
This commit is contained in:
Luca BRUNO 2022-08-19 10:39:09 +00:00
parent 1fe550e9a0
commit ff7d9a8a6d
No known key found for this signature in database
GPG Key ID: A9834A2252078E4E

View File

@ -3594,7 +3594,7 @@ ostree_sysroot_deployment_set_kargs (OstreeSysroot *self,
* ostree_sysroot_deployment_set_kargs_in_place:
* @self: Sysroot
* @deployment: A deployment
* @kargs_str: (allow none): Replace @deployment's kernel arguments
* @kargs_str: (allow-none): Replace @deployment's kernel arguments
* @cancellable: Cancellable
* @error: Error
*