Index: plug_footprint.c =================================================================== --- plug_footprint.c (revision 3259) +++ plug_footprint.c (revision 3260) @@ -344,7 +344,7 @@ */ libpaths = pcb_strdup(searchpath); for (p = strtok(libpaths, PCB_PATH_DELIMETER); p && *p; p = strtok(NULL, PCB_PATH_DELIMETER)) { - /* remove trailing path delimeter */ + /* remove trailing path delimiter */ strncpy(toppath, p, sizeof(toppath) - 1); #ifdef DEBUG