From 8e09cf1d5a6b8bcf21bfb7d409a2ecf94be54ff1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1n=20Tomko?= Date: Sat, 19 Oct 2019 00:03:51 +0200 Subject: [PATCH] docs: hacking: fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit s/verca/versa/ Signed-off-by: Ján Tomko Reviewed-by: Daniel P. Berrangé Reviewed-by: Andrea Bolognani --- docs/hacking.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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