diff --git a/src/freedombone-app-gnusocial b/src/freedombone-app-gnusocial
index ad5971a1ad07f777fa41f04f764913fc08ce8fe9..3e76c104a631a34b8cb057c8bf20e4a8b82f81c4 100755
--- a/src/freedombone-app-gnusocial
+++ b/src/freedombone-app-gnusocial
@@ -750,7 +750,7 @@ function install_gnusocial_plugin_sharings_theme {
 
     chown -R www-data:www-data /var/www/$GNUSOCIAL_DOMAIN_NAME/htdocs
 
-    set_completions_param "gnusocial sharings plugin theme commit" "$SHARINGS_THEME_COMMIT"
+    set_completion_param "gnusocial sharings plugin theme commit" "$SHARINGS_THEME_COMMIT"
     install_completed gnusocial_plugin_sharings_theme
 }
 
@@ -899,7 +899,7 @@ function install_gnusocial_theme {
         fi
     fi
 
-    set_completions_param "gnusocial theme commit" "$GNUSOCIAL_THEME_COMMIT"
+    set_completion_param "gnusocial theme commit" "$GNUSOCIAL_THEME_COMMIT"
 
     chown -R www-data:www-data /var/www/$GNUSOCIAL_DOMAIN_NAME/htdocs
 
@@ -938,7 +938,7 @@ function install_gnusocial_markdown {
         echo "addPlugin('Markdown');" >> $gnusocial_config_file
     fi
 
-    set_completions_param "gnusocial markdown commit" "$GNUSOCIAL_MARKDOWN_COMMIT"
+    set_completion_param "gnusocial markdown commit" "$GNUSOCIAL_MARKDOWN_COMMIT"
 
     chown -R www-data:www-data $GNUSOCIAL_PATH
 
@@ -983,7 +983,7 @@ function install_gnusocial_plugin_nsfw {
 
     chown -R www-data:www-data /var/www/$GNUSOCIAL_DOMAIN_NAME/htdocs
 
-    set_completions_param "gnusocial NSFW plugin commit" "$GNUSOCIAL_NSFW_COMMIT"
+    set_completion_param "gnusocial NSFW plugin commit" "$GNUSOCIAL_NSFW_COMMIT"
     install_completed gnusocial_plugin_nsfw
 }