From: Thomas Geymayer Date: Thu, 12 Jun 2014 21:26:01 +0000 (+0200) Subject: Package: fix property type (description) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e3f0fad2726311138e286e4f3aa36aced9637999;p=simgear.git Package: fix property type (description) --- diff --git a/simgear/package/Package.cxx b/simgear/package/Package.cxx index 4e01a260..c9e67b4c 100644 --- a/simgear/package/Package.cxx +++ b/simgear/package/Package.cxx @@ -158,7 +158,7 @@ size_t Package::fileSizeBytes() const std::string Package::description() const { - return getLocalisedProp("decription"); + return getLocalisedProp("description"); } SGPropertyNode* Package::properties() const