From bba9f7df211d63293e2a957872d156a0a6dfcd48 Mon Sep 17 00:00:00 2001 From: Marcel Ribeiro-Dantas Date: Sat, 10 Dec 2022 12:05:34 -0300 Subject: Fixes typos in many different English articles Signed-off-by: Marcel Ribeiro-Dantas --- vala.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vala.html.markdown') diff --git a/vala.html.markdown b/vala.html.markdown index 06d6dedc..739e0fda 100755 --- a/vala.html.markdown +++ b/vala.html.markdown @@ -486,7 +486,7 @@ int more = 57; int* more_pointer = &more; // & = address-of int indirection_demo = more_pointer*; // indirection -// Profiles: affect which Vala features are avaliable and which libraries the +// Profiles: affect which Vala features are available and which libraries the // C-code will use. // - gobject (default) // posix -- cgit v1.2.3