From: Mikko Rasa Date: Thu, 2 Aug 2012 18:22:19 +0000 (+0300) Subject: There's no good reason to abbreviate this X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=5cfcbc7507b14df81018f734ae47f92b231b10d2;p=builder.git There's no good reason to abbreviate this --- diff --git a/source/sourcepackage.cpp b/source/sourcepackage.cpp index 1c5ca24..378460d 100644 --- a/source/sourcepackage.cpp +++ b/source/sourcepackage.cpp @@ -147,7 +147,7 @@ void SourcePackage::Loader::init(const Config::InputOptions *o) add("build_info", &Loader::build_info); add("feature", &Loader::feature); add("if", &Loader::condition); - add("if_feat", &Loader::if_feature); + add("if_feature", &Loader::if_feature); add("program", &Loader::component); add("library", &Loader::component); add("module", &Loader::component);