diff -U1 b/plugins/content_types/pm_existing_pages.inc b/plugins/content_types/pm_existing_pages.inc --- b/plugins/content_types/pm_existing_pages.inc +++ b/plugins/content_types/pm_existing_pages.inc @@ -42,3 +42,3 @@ $pm_args = array_shift($args); - // Merge default page arguments with passed with requiest. + // Merge default page arguments with passed within request. $args = array_merge($pm_args['pa'], $args); diff -U1 b/plugins/tasks/pm_existing_pages.inc b/plugins/tasks/pm_existing_pages.inc --- b/plugins/tasks/pm_existing_pages.inc +++ b/plugins/tasks/pm_existing_pages.inc @@ -85,3 +85,3 @@ $pm_args = array_shift($args); - // Merge default page arguments with passed with requiest. + // Merge default page arguments with passed within request. $args = array_merge($pm_args['pa'], $args);