Skip to content

Commit

Permalink
[Tizen/IoT] Modifiy spelling error
Browse files Browse the repository at this point in the history
In this example, I found a spelling error.
"g_print ("e.g) $ ./nnstreamer_tien_iot_text_classification server tensorflow-lite 192.168.1.1 5001 (optional)nnfw\n");"
I modified "tien" to "tizen".

Signed-off-by: HyesuAhn <[email protected]>
  • Loading branch information
suehdn authored and myungjoo committed Sep 9, 2020
1 parent 94ee101 commit 3eb357a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ int main(int argc, char *argv[]){

if (argc < 4) {
g_print ("Please the input values for 'tcp server/client', 'host ip address' and 'port' exactly. \n");
g_print ("e.g) $ ./nnstreamer_tien_iot_text_classification server tensorflow-lite 192.168.1.1 5001 (optional)nnfw\n");
g_print ("e.g) $ ./nnstreamer_tizen_iot_text_classification server tensorflow-lite 192.168.1.1 5001 (optional)nnfw\n");
return 0;
}

Expand Down

0 comments on commit 3eb357a

Please sign in to comment.