Untypo
authorJoey Schulze <joey@infodrom.org>
Tue, 13 Feb 2007 20:49:01 +0000 (20:49 +0000)
committerJoey Schulze <joey@infodrom.org>
Tue, 13 Feb 2007 20:49:01 +0000 (20:49 +0000)
src/InfoCon/buch/list.wml

index 20bfb75..62439f5 100644 (file)
@@ -137,7 +137,7 @@ if ($_POST["submit"] == "List") {
 
     printf ("<p>Summe Steuern: %.2f", $input["tax"] - $output["tax"]);
     printf ("<br>Summe netto: %.2f", $input["netto"] - $output["netto"]);
-    printf ("<br>Summe btutto: %.2f</p>", $input["brutto"] - $output["brutto"]);
+    printf ("<br>Summe brutto: %.2f</p>", $input["brutto"] - $output["brutto"]);
   }
 
 function tally ($dbh, $head, $where)