diff --git a/asset_injector.module b/asset_injector.module
index ef38f29..8f3533b 100644
--- a/asset_injector.module
+++ b/asset_injector.module
@@ -95,9 +95,10 @@ function asset_injector_library_info_build() {
 /**
  * Implements hook_page_attachments().
  *
- * Give the render system the IDs of the currently active assets (that may depend
- * on the current page and other context - think config overrides). These IDs are
- * mapped to the actual assets in @see asset_injector_library_info_build().
+ * Give the render system the IDs of the currently active assets (that may
+ * depend on the current page and other context - think config overrides).
+ * These IDs are mapped to the actual assets
+ * in @see asset_injector_library_info_build().
  * Note that the IDs are namespaced with our module name.
  *
  * Concerning cache contexts: The config override system may introduce
@@ -106,7 +107,7 @@ function asset_injector_library_info_build() {
  * apply to the rendered result.
  *
  * Note that the list_cache_tags (library_info) are not added here and need not,
- * as the caller already does it. Setting asset entityies' list_cache_tags to
+ * as the caller already does it. Setting asset entities list_cache_tags to
  * library_info makes the library-info invalidate on asset change.
  * While changing and deleting of assets will trigger invalidation by their
  * individual cache tags, the list cache tags guarantees invalidation on new
