From e3f0fad2726311138e286e4f3aa36aced9637999 Mon Sep 17 00:00:00 2001 From: Thomas Geymayer Date: Thu, 12 Jun 2014 23:26:01 +0200 Subject: [PATCH] Package: fix property type (description) --- simgear/package/Package.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5