--- embed_widgets.module	2010-07-26 19:32:53.819435519 +0530
+++ embed_widgetsNew.module	2010-07-26 19:37:01.131436693 +0530
@@ -706,7 +706,7 @@ function embed_widgets_source_access($so
   else if ($source['type'] == 'view' && module_exists('views')) {    // Display a view
     $view = views_get_view($source['settings']['view']);
     $display = $view->display[$source['settings']['display']];
-    //if user set access restrictions to this display.
+    //if the user set access restrictions to this display.
     if (isset($display->display_options['access'])) {
       $type = $display->display_options['access']['type'];
       $access_plugin = views_get_plugin('access', $type);
