summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Hajnal <trinitydesktop@alephnull.net>2022-12-27 03:04:13 -0500
committerAlexander Hajnal <trinitydesktop@alephnull.net>2022-12-27 03:08:47 -0500
commitc1755d520059275c076b0c6695dcccf0c23b1003 (patch)
treec04971dca850d174759520542886ba05837ea532
parentb77dcf0a1491174dd7f64ac779d04fd2bd8caa1c (diff)
downloadtdelibs-feat/tdeio-xattr-support.tar.gz
tdelibs-feat/tdeio-xattr-support.zip
Update job.cpp: Corrected errors in commentsfeat/tdeio-xattr-support
Signed-off-by: Alexander Hajnal <trinitydesktop@alephnull.net>
-rw-r--r--tdeio/tdeio/job.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio/tdeio/job.cpp b/tdeio/tdeio/job.cpp
index a8e9e358a..48cc68e3b 100644
--- a/tdeio/tdeio/job.cpp
+++ b/tdeio/tdeio/job.cpp
@@ -98,7 +98,7 @@ extern "C" {
//#include <stdio.h> // For stderr, (v)fprintf (already included above)
//#include <errno.h> // For errno (already included above)
//#include <stdlib.h> // For free (already included above)
-//#include <string.h> // For errno, strdup, and strcmp (already implictly included above)
+//#include <string.h> // For strerror, strdup, and strcmp (already implicitly included above)
#include <stdarg.h> // For va_start and va_end
extern "C" {