]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
server : fix typo (#2181)
authorDaniel Valdivia <redacted>
Sat, 25 May 2024 07:46:22 +0000 (00:46 -0700)
committerGitHub <redacted>
Sat, 25 May 2024 07:46:22 +0000 (10:46 +0300)
A simple comment typo, PR can be dismissed

examples/server/server.cpp

index c78b3026e18d7b871730f09ad3dc6199270c4c4f..2efa4c7a0202a4312032753e92556d3d0589f162 100644 (file)
@@ -947,7 +947,7 @@ int main(int argc, char ** argv) {
                             "application/json");
         }
 
-        // reset params to thier defaults
+        // reset params to their defaults
         params = default_params;
     });
     svr.Post(sparams.request_path + "/load", [&](const Request &req, Response &res){