]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(taskprocessing): fix typo in text2text task type 46722/head
authorJulien Veyssier <julien-nc@posteo.net>
Thu, 25 Jul 2024 08:38:19 +0000 (10:38 +0200)
committerJulien Veyssier <julien-nc@posteo.net>
Thu, 25 Jul 2024 08:38:19 +0000 (10:38 +0200)
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
lib/public/TaskProcessing/TaskTypes/TextToText.php

index 7ac7f2eca05d9398330f7ec5fadf6040f08cce94..92eaf5629e8c7dce35b6b5970043bc524b859b61 100644 (file)
@@ -51,7 +51,7 @@ class TextToText implements ITaskType {
         * @since 30.0.0
         */
        public function getDescription(): string {
-               return $this->l->t('Runs an arbitrary prompt through a language model that retuns a reply');
+               return $this->l->t('Runs an arbitrary prompt through a language model that returns a reply');
        }
 
        /**