aboutsummaryrefslogtreecommitdiff
path: root/clients/net-snk/libc/time/ftime.c
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2023-03-06 13:49:26 +0100
committerAlexey Kardashevskiy <aik@ozlabs.ru>2023-03-28 18:53:20 +1100
commite8124ca96e34f702fbbf60925461a5f9857b46a1 (patch)
tree47ea2106258853bb12d7bdadce66cdbdda72c0ae /clients/net-snk/libc/time/ftime.c
parent8f6b2217b0fff8bc9ef07f7e11b6c323fd3f5b78 (diff)
downloadSLOF-e8124ca96e34f702fbbf60925461a5f9857b46a1.zip
SLOF-e8124ca96e34f702fbbf60925461a5f9857b46a1.tar.gz
SLOF-e8124ca96e34f702fbbf60925461a5f9857b46a1.tar.bz2
Fix typos in the clients folder
Found with the "codespell" utility Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Diffstat (limited to 'clients/net-snk/libc/time/ftime.c')
-rw-r--r--clients/net-snk/libc/time/ftime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/net-snk/libc/time/ftime.c b/clients/net-snk/libc/time/ftime.c
index e092ba5..5ddacf1 100644
--- a/clients/net-snk/libc/time/ftime.c
+++ b/clients/net-snk/libc/time/ftime.c
@@ -30,7 +30,7 @@ time(time_t *tod)
printf("minute: %d\n", ts.minute);
printf("second: %d\n", ts.second);
printf("nano : %d\n", ts.nano);
- printf("debug ende\n");
+ printf("debug end\n");
// if(tod)
// *tod = t;