diff --git a/ffc.api.php b/ffc.api.php
index 3f51c5a..c56c654 100644
--- a/ffc.api.php
+++ b/ffc.api.php
@@ -80,7 +80,7 @@ function ffc_condition_form_hide_source($context, $configuration) {
 }
 
 /**
- * Implements hook_condition_execute_CONDITION().
+ * Implements ffc_condition_execute_CONDITION().
  *
  * Executes the condition. This is an automatically generated function
  * callback where CONDITION is the key you return in hook_ffc_conditions_info.
@@ -92,7 +92,7 @@ function ffc_condition_form_hide_source($context, $configuration) {
  * @param $configuration
  *   The configuration of the condition.
  */
-function hook_condition_execute_CONDITION(&$build, $source, $configuration) {
+function ffc_condition_execute_CONDITION(&$build, $source, $configuration) {
   if (!empty($build[$configuration['target']]['#items'])) {
     $build[$source]['#access'] = FALSE;
   }
@@ -100,4 +100,4 @@ function hook_condition_execute_CONDITION(&$build, $source, $configuration) {
 
 /**
  * @} End of "addtogroup hooks".
- */
\ No newline at end of file
+ */
