--- modules/hosting/package/hosting_package.module.old 2011-09-08 14:36:03.000000000 -0400 +++ modules/hosting/package/hosting_package.module 2011-09-08 14:38:54.000000000 -0400 @@ -387,7 +387,7 @@ function hosting_package_sync(&$data) { if (!$package->nid || ($package->title != $name) || ($package->description != $file['info']['description']) || - ($pacakge->old_short_name != $file['info']['old_short_name'])) { + ($package->old_short_name != $file['info']['old_short_name'])) { $package->title = $name; $package->description = $file['info']['description'];