From: Peter Lamby Date: Sun, 13 Dec 2015 10:05:55 +0000 (+0100) Subject: Fix typo in valadoc X-Git-Tag: 0.31.1~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a55d11f4e4bf791ec1d5c7c31f766e39ebf1bf4b;p=thirdparty%2Fvala.git Fix typo in valadoc --- 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) {