Index: wp-includes/plugin.php
===================================================================
--- wp-includes/plugin.php	(revision 23185)
+++ wp-includes/plugin.php	(working copy)
@@ -606,10 +606,10 @@
  * When a plugin is activated, the action 'activate_PLUGINNAME' hook is
  * activated. In the name of this hook, PLUGINNAME is replaced with the name of
  * the plugin, including the optional subdirectory. For example, when the plugin
- * is located in wp-content/plugin/sampleplugin/sample.php, then the name of
+ * is located in wp-content/plugins/sampleplugin/sample.php, then the name of
  * this hook will become 'activate_sampleplugin/sample.php'. When the plugin
  * consists of only one file and is (as by default) located at
- * wp-content/plugin/sample.php the name of this hook will be
+ * wp-content/plugins/sample.php the name of this hook will be
  * 'activate_sample.php'.
  *
  * @package WordPress
@@ -630,11 +630,11 @@
  * When a plugin is deactivated, the action 'deactivate_PLUGINNAME' hook is
  * deactivated. In the name of this hook, PLUGINNAME is replaced with the name
  * of the plugin, including the optional subdirectory. For example, when the
- * plugin is located in wp-content/plugin/sampleplugin/sample.php, then
+ * plugin is located in wp-content/plugins/sampleplugin/sample.php, then
  * the name of this hook will become 'activate_sampleplugin/sample.php'.
  *
  * When the plugin consists of only one file and is (as by default) located at
- * wp-content/plugin/sample.php the name of this hook will be
+ * wp-content/plugins/sample.php the name of this hook will be
  * 'activate_sample.php'.
  *
  * @package WordPress
