From a55d11f4e4bf791ec1d5c7c31f766e39ebf1bf4b Mon Sep 17 00:00:00 2001 From: Peter Lamby Date: Sun, 13 Dec 2015 11:05:55 +0100 Subject: [PATCH] Fix typo in valadoc --- vala/valacodecontext.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vala/valacodecontext.vala b/vala/valacodecontext.vala index 1fe23b6dd..b2c2b4731 100644 --- a/vala/valacodecontext.vala +++ b/vala/valacodecontext.vala @@ -380,7 +380,7 @@ public class Vala.CodeContext { * Read the given filename and pull in packages. * The method is tolerant if the file does not exist. * - * @param filename a filanem + * @param filename a filename * @return false if an error occurs while reading the file or if a package could not be added */ public bool add_packages_from_file (string filename) { -- 2.47.2