Merge pull request #2693 from lucab/ups/libostree-fix-annotation

libostree: fix a typo in annotation
This commit is contained in:
Joseph Marrero Corchado 2022-08-19 07:31:24 -04:00 committed by GitHub
commit fe034b986b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
*