]> git.tdb.fi Git - builder.git/commitdiff
There's no good reason to abbreviate this
authorMikko Rasa <tdb@tdb.fi>
Thu, 2 Aug 2012 18:22:19 +0000 (21:22 +0300)
committerMikko Rasa <tdb@tdb.fi>
Thu, 2 Aug 2012 18:22:19 +0000 (21:22 +0300)
source/sourcepackage.cpp

index 1c5ca246fcf8cbcdb0ff521da013723e4a0217ad..378460d00d968422cc3f618a42baf4436953514c 100644 (file)
@@ -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<Component::PROGRAM>);
        add("library",     &Loader::component<Component::LIBRARY>);
        add("module",      &Loader::component<Component::MODULE>);