]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Fix typo in valadoc
authorPeter Lamby <peterlamby@web.de>
Sun, 13 Dec 2015 10:05:55 +0000 (11:05 +0100)
committerBen Iofel <iofelben@gmail.com>
Wed, 16 Dec 2015 16:29:05 +0000 (11:29 -0500)
vala/valacodecontext.vala

index 1fe23b6ddc42a19e483e8b1e1fb2063b466720a9..b2c2b4731772a8da6334dc13eaccf653fa9c6fd7 100644 (file)
@@ -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) {