From: Luca BRUNO Date: Fri, 19 Aug 2022 10:39:09 +0000 (+0000) Subject: libostree: fix a typo in annotation X-Git-Tag: archive/raspbian/2022.6-1+rpi1^2~7^2^2~23^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ff7d9a8a6dbeeb922847e42a2b1ed6f83b72615e;p=ostree.git libostree: fix a typo in annotation This fixes a typo in the `allow-none` annotation on `ostree_sysroot_deployment_set_kargs_in_place` argument. --- diff --git a/src/libostree/ostree-sysroot-deploy.c b/src/libostree/ostree-sysroot-deploy.c index d86de7dc..1112dedf 100644 --- a/src/libostree/ostree-sysroot-deploy.c +++ b/src/libostree/ostree-sysroot-deploy.c @@ -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 *