diff --git a/publishcontent.api.php b/publishcontent.api.php
index 46cc993..88aee56 100644
--- a/publishcontent.api.php
+++ b/publishcontent.api.php
@@ -18,7 +18,7 @@
  *
  * @return bool|NULL
  *   PUBLISHCONTENT_ACCESS_ALLOW - if the account can publish the node
- *   PUBLISHCONTENT_ACCESS_DENY - if the user definetley can not publish
+ *   PUBLISHCONTENT_ACCESS_DENY - if the user definitely can not publish
  *   PUBLISHCONTENT_ACCESS_IGNORE - This module wan't change the outcome.
  *   It is typically better to return IGNORE than DENY. If no module returns
  *   ALLOW then the account will be denied publish access. If one module
diff --git a/tests/publishcontent.test b/tests/publishcontent.test
index 00057e7..5aad8f0 100644
--- a/tests/publishcontent.test
+++ b/tests/publishcontent.test
@@ -602,7 +602,7 @@ class PublishContentButtonTests extends PublishContentWebTestBase {
    * @param string $op
    *   An operation such as 'view', 'edit', 'publish', 'unpublish'
    * @param int $expected_response
-   *   The expexted response code. If the user should not be able to
+   *   The expected response code. If the user should not be able to
    *   see the 'publish' or 'unpublish' tabs, set this to 403, otherwise
    *   200.
    * @param string $msg
@@ -679,7 +679,7 @@ class PublishContentCheckboxTests extends PublishContentWebTestBase {
    * @param string $op
    *   An operation such as 'view', 'edit', 'publish', 'unpublish'
    * @param int $expected_response
-   *   The expexted response code. If the user should not be able to
+   *   The expected response code. If the user should not be able to
    *   see the 'publish' or 'unpublish' tabs, set this to 403, otherwise
    *   200.
    * @param string $msg
diff --git a/tests/publishcontent_test.info b/tests/publishcontent_test.info
index 9321d87..f618b67 100644
--- a/tests/publishcontent_test.info
+++ b/tests/publishcontent_test.info
@@ -1,5 +1,5 @@
 name = Publish Content Test Module
-description = "Provdes a callback which lists all nodes with publish unpublish links for testing callbacks"
+description = "Provides a callback which lists all nodes with publish unpublish links for testing callbacks"
 core = 7.x
 package = Testing
 version = VERSION
