You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by ms...@apache.org on 2020/03/18 21:14:06 UTC

[incubator-teaclave] 02/02: [worker] Fix typo

This is an automated email from the ASF dual-hosted git repository.

mssun pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git

commit 9a4f3380b91b6668b78fe69c84dc5a61d740a949
Author: Mingshen Sun <bo...@mssun.me>
AuthorDate: Wed Mar 18 13:45:04 2020 -0700

    [worker] Fix typo
---
 worker/src/worker.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/worker/src/worker.rs b/worker/src/worker.rs
index fbf811e..6a37d88 100644
--- a/worker/src/worker.rs
+++ b/worker/src/worker.rs
@@ -55,7 +55,7 @@ impl Worker {
         Worker {
             functions: register_functions!(
                 "gbdt_training"     => (TeaclaveExecutorSelector::Native, function::GbdtTraining),
-                "gbdt_predition"    => (TeaclaveExecutorSelector::Native, function::GbdtPrediction),
+                "gbdt_prediction"    => (TeaclaveExecutorSelector::Native, function::GbdtPrediction),
                 "echo"              => (TeaclaveExecutorSelector::Native, function::Echo),
                 "mesapy"            => (TeaclaveExecutorSelector::Python, function::Mesapy),
             ),


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org