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