diff --git a/httprl.module b/httprl.module
index 561e83a..353e567 100644
--- a/httprl.module
+++ b/httprl.module
@@ -1003,8 +1003,8 @@ function httprl_post_processing(&$result) {
 
   // Allow other modules to alter the result.
   if ($full_bootstrap) {
-    // call hook_httprl_post_processing_alter().
-    drupal_alter('httprl_post_processing_alter', $result);
+    // Call hook_httprl_post_processing_alter().
+    drupal_alter('httprl_post_processing', $result);
   }
 
   // Run callback so other modules can do stuff in the event loop.
