diff options
author | Alexander Hajnal <trinitydesktop@alephnull.net> | 2022-12-27 03:04:13 -0500 |
---|---|---|
committer | Alexander Hajnal <trinitydesktop@alephnull.net> | 2022-12-27 03:08:47 -0500 |
commit | c1755d520059275c076b0c6695dcccf0c23b1003 (patch) | |
tree | c04971dca850d174759520542886ba05837ea532 | |
parent | b77dcf0a1491174dd7f64ac779d04fd2bd8caa1c (diff) | |
download | tdelibs-c1755d520059275c076b0c6695dcccf0c23b1003.tar.gz tdelibs-c1755d520059275c076b0c6695dcccf0c23b1003.zip |
Update job.cpp: Corrected errors in comments
Signed-off-by: Alexander Hajnal <trinitydesktop@alephnull.net>
-rw-r--r-- | tdeio/tdeio/job.cpp | 2 |
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" { |