libostree: fix a typo in annotation
authorLuca BRUNO <luca.bruno@coreos.com>
Fri, 19 Aug 2022 10:39:09 +0000 (10:39 +0000)
committerLuca BRUNO <luca.bruno@coreos.com>
Fri, 19 Aug 2022 10:39:09 +0000 (10:39 +0000)
This fixes a typo in the `allow-none` annotation on
`ostree_sysroot_deployment_set_kargs_in_place` argument.

src/libostree/ostree-sysroot-deploy.c

index d86de7dc7b7a91557de69b6dbf8a7e93005f6210..1112dedf7b8e2ea9eef0e331781e54c35083b473 100644 (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
  *