]> git.mxchange.org Git - simgear.git/commitdiff
Package: fix property type (description)
authorThomas Geymayer <tomgey@gmail.com>
Thu, 12 Jun 2014 21:26:01 +0000 (23:26 +0200)
committerThomas Geymayer <tomgey@gmail.com>
Thu, 12 Jun 2014 21:26:01 +0000 (23:26 +0200)
simgear/package/Package.cxx

index 4e01a26034b3167ce59ad4bda3d36e6a6f3175de..c9e67b4c0f48d2c8b69527884d300718b6459c99 100644 (file)
@@ -158,7 +158,7 @@ size_t Package::fileSizeBytes() const
   
 std::string Package::description() const
 {
-    return getLocalisedProp("decription");
+    return getLocalisedProp("description");
 }
     
 SGPropertyNode* Package::properties() const