Fix data loss info on download page
authorChristian Hofstaedtler <ch@grml.org>
Sat, 24 Dec 2011 11:31:52 +0000 (12:31 +0100)
committerChristian Hofstaedtler <ch@grml.org>
Sat, 24 Dec 2011 11:31:52 +0000 (12:31 +0100)
Thanks: Spida on #grml

download/index.php
download/prerelease/index.php

index dae9113..b097161 100644 (file)
     <div class="download_panel" id="download_panel4"><div>
     <b>Boot from USB key</b><br />
     <br />
-    Just <tt>dd(1)</tt> the downloaded ISO to an <abbr title="Any existing data will be overriden by the dd command!">empty</abbr> USB key!<br /><br />
+    Just <tt>dd(1)</tt> the downloaded ISO to an <abbr title="Any existing data will be overwritten by the dd command!">empty</abbr> USB key!<br /><br />
     <code>dd if=grml64_2011.12.iso of=/dev/USB_KEY</code>
     <br /><br />
 
index 89680c3..1619c52 100644 (file)
@@ -173,7 +173,7 @@ exit;
     <div class="download_panel" id="download_panel4"><div>
     <b>Boot from USB stick</b><br />
     <br />
-    Just <tt>dd(1)</tt> the downloaded ISO to an <abbr title="Any existing data will be overriden by the dd command!">empty</abbr> USB stick!<br /><br />
+    Just <tt>dd(1)</tt> the downloaded ISO to an <abbr title="Any existing data will be overwritten by the dd command!">empty</abbr> USB stick!<br /><br />
     <code>dd if=grml_2011.12-rc1.iso of=/dev/USB_STICK</code>
     <br /><br />