Selaa lähdekoodia

Fix typo in zuluscsi.ini comment

Alex Perez 3 vuotta sitten
vanhempi
sitoutus
7e4d068e70
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      zuluscsi.ini

+ 1 - 2
zuluscsi.ini

@@ -26,7 +26,7 @@ MaxSyncSpeed = 10 # Set to 5 or 10 to enable synchronous SCSI mode, 0 to disable
 #RightAlignStrings = 0 # Right-align SCSI vendor / product strings, defaults on if Quirks = 1
 #PrefetchBytes = 8192 # Maximum number of bytes to prefetch after a read request, 0 to disable
 
-# Settings can be overriden for individual devices.
+# Settings can be overridden for individual devices.
 [SCSI2]
 Product = "Disk with ID2"
 
@@ -37,7 +37,6 @@ Type = 2
 #IMG0 = FirstCD.iso
 #IMG1 = SecondCD.iso
 
-
 # Raw sector range from SD card can be passed through
 # Format is RAW:first_sector:last_sector where sector numbers can be decimal or hex.
 # If end sector is beyond end of SD card, it will be adjusted automatically.