Forráskód Böngészése

Also fix spelling in htmloutputter

Jakob Truelsen 15 éve
szülő
commit
984875161f
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/htmloutputter.cc

+ 1 - 1
src/htmloutputter.cc

@@ -109,7 +109,7 @@ public:
 
 	void endSwitch() {
 		fprintf(fd, "</table>\n");
-		fprintf(fd, "<p>Items marked <span style=\"font-weight: normal; font-size: 80%%; color:red;\">*</span> are only avalible using patched QT.</p>");
+		fprintf(fd, "<p>Items marked <span style=\"font-weight: normal; font-size: 80%%; color:red;\">*</span> are only available using patched QT.</p>");
 	}
 	
 };