d54ff05ed43293f4bab64fe3fabc3ef8fe1e59d0 kent Tue Feb 1 12:02:48 2011 -0800 Fixing typo in comment. diff --git src/hg/hgc/hgc.c src/hg/hgc/hgc.c index 7ab75ea..f31312b 100644 --- src/hg/hgc/hgc.c +++ src/hg/hgc/hgc.c @@ -247,32 +247,32 @@ char *organism; /* Colloquial name of organism. */ char *genome; /* common name, e.g. Mouse, Human */ char *scientificName; /* Scientific name of organism. */ struct hash *trackHash; /* A hash of all tracks - trackDb valued */ void printLines(FILE *f, char *s, int lineSize); char mousedb[] = "mm3"; /* JavaScript to automatically submit the form when certain values are * changed. */ char *onChangeAssemblyText = "onchange=\"document.orgForm.submit();\""; #define NUMTRACKS 9 -int prevColor[NUMTRACKS]; /* used to opetimize color change html commands */ -int currentColor[NUMTRACKS]; /* used to opetimize color change html commands */ +int prevColor[NUMTRACKS]; /* used to optimize color change html commands */ +int currentColor[NUMTRACKS]; /* used to optimize color change html commands */ int maxShade = 9; /* Highest shade in a color gradient. */ Color shadesOfGray[10+1]; /* 10 shades of gray from white to black */ Color shadesOfRed[16]; boolean exprBedColorsMade = FALSE; /* Have the shades of red been made? */ int maxRGBShade = 16; struct bed *sageExpList = NULL; struct palInfo { char *chrom; int left; int right; char *rnaName;