summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Prayag Verma <prayag.verma@gmail.com>2017-03-24 23:26:03 +0530
committer GitHub <noreply@github.com>2017-03-24 23:26:03 +0530
commiteb7b1f3d20f1755df277212d71940b841e1c301e (patch)
treed2d46727990f94865b859f3f92d94c2a9f45d0ff
parentdf149b16fc817e9976d1ace673ff19186a045ca1 (diff)
Fix typos
slighly → slightly transistion → transition
-rw-r--r--docs/source/techspecs/floppy.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/techspecs/floppy.rst b/docs/source/techspecs/floppy.rst
index 2bb91c66ca0..609e5c53013 100644
--- a/docs/source/techspecs/floppy.rst
+++ b/docs/source/techspecs/floppy.rst
@@ -75,7 +75,7 @@ Bit endocing is then the art of transforming raw data into a cell 0/1 configurat
2.3.1.2. FM encoding
````````````````````
-The very first encoding method developed for floppies is called Frequency Modulation, or FM. The cell size is set at slighly over the physical limit, e.g. 4us. That means it is possible to reliably have consecutive '1' cells. Each bit is encoded on two cells:
+The very first encoding method developed for floppies is called Frequency Modulation, or FM. The cell size is set at slightly over the physical limit, e.g. 4us. That means it is possible to reliably have consecutive '1' cells. Each bit is encoded on two cells:
- the first cell, called the clock bit, is '1'
@@ -391,7 +391,7 @@ A number of methods are provided to simplify writing the converter classes.
**stp_w(state)**
- Step signal, moves by one track on 1->0 transistion.
+ Step signal, moves by one track on 1->0 transition.
**trk00_r()**