Jens Rohler: Include guard
[infodrom/dtaus] / dtaus.c
diff --git a/dtaus.c b/dtaus.c
index 4a88516..40ae489 100644 (file)
--- a/dtaus.c
+++ b/dtaus.c
@@ -1297,7 +1297,7 @@ int control2dtaus (char *ccontrol, char *cdtaus, char *cbeleg, char *ccheck, cha
            } else {
              len = strlen(line);
              if (recindex == C_VAL) {
-               /* Convert commast to dots for later processing */
+               /* Convert commas to dots for later processing */
                for (i=0; line[i]; i++) if (line[i] == ',') line[i] = '.';
 
                if ((cp = strchr (line, '.')) == NULL) {