diff --git a/storm_holidays/storm_holidays_switzerland/storm_holidays_switzerland.module b/storm_holidays/storm_holidays_switzerland/storm_holidays_switzerland.module
index 3300d57..11375c0 100644
--- a/storm_holidays/storm_holidays_switzerland/storm_holidays_switzerland.module
+++ b/storm_holidays/storm_holidays_switzerland/storm_holidays_switzerland.module
@@ -60,7 +60,7 @@ function storm_holidays_switzerland_storm_holidays_info() {
  * @param  $year
  * @return void
  */
-function storm_holidays_germany_storm_holidays_CH($year) {
+function storm_holidays_switzerland_storm_holidays_CH($year) {
   // we have a function in storm_holidays to calculate easter sunday
   if (!$easter = storm_holidays_calculate_easter($year)) {
     return FALSE;
@@ -165,4 +165,4 @@ function storm_holidays_germany_storm_holidays_CH($year) {
     );
     return $holidays;
   }
-}
\ No newline at end of file
+}
