From: Josh Soref Date: Tue, 30 Oct 2018 06:54:44 +0000 (+0000) Subject: spelling: constant X-Git-Tag: lxc-3.1.0~26^2~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0125e7950494e4684c3dbc88aaaa170c379f7d8;p=thirdparty%2Flxc.git spelling: constant Signed-off-by: Josh Soref --- diff --git a/src/lxc/lxccontainer.h b/src/lxc/lxccontainer.h index 45fe7edc2..8e38928c3 100644 --- a/src/lxc/lxccontainer.h +++ b/src/lxc/lxccontainer.h @@ -824,7 +824,7 @@ struct lxc_container { /*! * \brief An API call to perform various migration operations * - * \param cmd One of the MIGRATE_ contstants. + * \param cmd One of the MIGRATE_ constants. * \param opts A migrate_opts struct filled with relevant options. * \param size The size of the migrate_opts struct, i.e. sizeof(struct migrate_opts). *