]> git.ipfire.org Git - thirdparty/sarg.git/commitdiff
Fix a few spelling mistakes.
authorFrederic Marchal <fmarchal@users.sourceforge.net>
Wed, 1 Apr 2015 18:20:14 +0000 (20:20 +0200)
committerFrederic Marchal <fmarchal@users.sourceforge.net>
Wed, 1 Apr 2015 18:20:14 +0000 (20:20 +0200)
lastlog.c
util.c

index 7ce05209e3837b27c8a7ee85dda91efe440b6593..6a7e17027ff780edb0175466c53b7a338fcdd552 100644 (file)
--- a/lastlog.c
+++ b/lastlog.c
@@ -235,7 +235,7 @@ static void DeleteEmptyDirs(char *Path,int PathSize,int BasePos)
                        debuga(_("Deleting empty directory %s\n"),Path);
                if (index) {
                        if (strlen(Path)+strlen(INDEX_HTML_FILE)+2>=PathSize) {
-                               debuga(_("Buffer to small to delete index file %s/%s"),Path,INDEX_HTML_FILE);
+                               debuga(_("Buffer too small to delete index file %s/%s"),Path,INDEX_HTML_FILE);
                                exit(EXIT_FAILURE);
                        }
                        strcat(Path,"/"INDEX_HTML_FILE);
diff --git a/util.c b/util.c
index d33a88dc1ead0e65a2afa0d38bc8755ee170b40a..dcfdc7d5addc0c8a60b11ddbd64f6ba72fa1e188 100644 (file)
--- a/util.c
+++ b/util.c
@@ -2179,7 +2179,7 @@ void unlinkdir(const char *dir,bool contentonly)
                } else if (S_ISDIR(st.st_mode)) {
                        unlinkdir(dname,0);
                } else {
-                       debuga(_("unknown path type %s\n"),dname);
+                       debuga(_("Unknown path type %s\n"),dname);
                }
        }
        closedir(dirp);
@@ -2314,7 +2314,7 @@ void emptytmpdir(const char *dir)
                                exit(EXIT_FAILURE);
                        }
                } else {
-                       debuga(_("unknown path type %s\n"),dname);
+                       debuga(_("Unknown path type %s\n"),dname);
                }
        }
        closedir(dirp);