From: Ján Tomko Date: Fri, 18 Oct 2019 22:03:51 +0000 (+0200) Subject: docs: hacking: fix typo X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=8e09cf1d5a6b8bcf21bfb7d409a2ecf94be54ff1;p=libvirt.git docs: hacking: fix typo s/verca/versa/ Signed-off-by: Ján Tomko Reviewed-by: Daniel P. Berrangé Reviewed-by: Andrea Bolognani --- diff --git a/docs/hacking.html.in b/docs/hacking.html.in index b743d4b861..92ffa2f25c 100644 --- a/docs/hacking.html.in +++ b/docs/hacking.html.in @@ -1106,7 +1106,7 @@ BAD: new code. Existing code should be converted to the new macros where relevant. It is permissible to use g_autoptr, g_auto on an object whose cleanup function - is declared with the libvirt macros and vice-verca. + is declared with the libvirt macros and vice-versa.
VIR_AUTOUNREF