From: Joey Schulze Date: Thu, 3 Feb 2005 17:24:00 +0000 (+0000) Subject: Untypo X-Git-Url: https://git.infodrom.org/?p=infodrom%2Fdtaus;a=commitdiff_plain;h=033ba41de336b8bf79ef53032574cc212746e950 Untypo --- diff --git a/dtaus.c b/dtaus.c index 4a88516..40ae489 100644 --- 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) {