diff --git a/docs/developer/hooks/paypal.php b/docs/developer/hooks/paypal.php
index 6682336..e57b6e4 100644
--- a/docs/developer/hooks/paypal.php
+++ b/docs/developer/hooks/paypal.php
@@ -21,7 +21,7 @@
  *  An array of the POST that was sent from PayPal. This has already gone 
  *  though the verification and is valid.
  */
-fuction hook_paypal_ipn_alter(&$ipn) {
+function hook_paypal_ipn_alter(&$ipn) {
   
 }
 
