Browse Source

Fix serial comment sp.

Scott Lahteine 7 years ago
parent
commit
2ec65051fd
52 changed files with 52 additions and 52 deletions
  1. 1
    1
      Marlin/Configuration.h
  2. 1
    1
      Marlin/src/config/default/Configuration.h
  3. 1
    1
      Marlin/src/config/examples/AlephObjects/TAZ4/Configuration.h
  4. 1
    1
      Marlin/src/config/examples/AliExpress/CL-260/Configuration.h
  5. 1
    1
      Marlin/src/config/examples/Anet/A6/Configuration.h
  6. 1
    1
      Marlin/src/config/examples/Anet/A8/Configuration.h
  7. 1
    1
      Marlin/src/config/examples/Azteeg/X5GT/Configuration.h
  8. 1
    1
      Marlin/src/config/examples/BIBO/TouchX/cyclops/Configuration.h
  9. 1
    1
      Marlin/src/config/examples/BIBO/TouchX/default/Configuration.h
  10. 1
    1
      Marlin/src/config/examples/BQ/Hephestos/Configuration.h
  11. 1
    1
      Marlin/src/config/examples/BQ/Hephestos_2/Configuration.h
  12. 1
    1
      Marlin/src/config/examples/BQ/WITBOX/Configuration.h
  13. 1
    1
      Marlin/src/config/examples/Cartesio/Configuration.h
  14. 1
    1
      Marlin/src/config/examples/Creality/CR-10/Configuration.h
  15. 1
    1
      Marlin/src/config/examples/Felix/Configuration.h
  16. 1
    1
      Marlin/src/config/examples/Felix/DUAL/Configuration.h
  17. 1
    1
      Marlin/src/config/examples/FolgerTech/i3-2020/Configuration.h
  18. 1
    1
      Marlin/src/config/examples/Geeetech/GT2560/Configuration.h
  19. 1
    1
      Marlin/src/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration.h
  20. 1
    1
      Marlin/src/config/examples/Geeetech/Prusa i3 Pro B/bltouch/Configuration.h
  21. 1
    1
      Marlin/src/config/examples/Geeetech/Prusa i3 Pro B/noprobe/Configuration.h
  22. 1
    1
      Marlin/src/config/examples/Infitary/i3-M508/Configuration.h
  23. 1
    1
      Marlin/src/config/examples/JGAurora/A5/Configuration.h
  24. 1
    1
      Marlin/src/config/examples/MakerParts/Configuration.h
  25. 1
    1
      Marlin/src/config/examples/Malyan/M150/Configuration.h
  26. 1
    1
      Marlin/src/config/examples/Malyan/M200/Configuration.h
  27. 1
    1
      Marlin/src/config/examples/Micromake/C1/basic/Configuration.h
  28. 1
    1
      Marlin/src/config/examples/Micromake/C1/enhanced/Configuration.h
  29. 1
    1
      Marlin/src/config/examples/Mks/Sbase/Configuration.h
  30. 1
    1
      Marlin/src/config/examples/RepRapWorld/Megatronics/Configuration.h
  31. 1
    1
      Marlin/src/config/examples/RigidBot/Configuration.h
  32. 1
    1
      Marlin/src/config/examples/SCARA/Configuration.h
  33. 1
    1
      Marlin/src/config/examples/STM32F10/Configuration.h
  34. 1
    1
      Marlin/src/config/examples/Sanguinololu/Configuration.h
  35. 1
    1
      Marlin/src/config/examples/TheBorg/Configuration.h
  36. 1
    1
      Marlin/src/config/examples/TinyBoy2/Configuration.h
  37. 1
    1
      Marlin/src/config/examples/Tronxy/X5S/Configuration.h
  38. 1
    1
      Marlin/src/config/examples/Velleman/K8200/Configuration.h
  39. 1
    1
      Marlin/src/config/examples/Velleman/K8400/Configuration.h
  40. 1
    1
      Marlin/src/config/examples/Velleman/K8400/Dual-head/Configuration.h
  41. 1
    1
      Marlin/src/config/examples/adafruit/ST7565/Configuration.h
  42. 1
    1
      Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration.h
  43. 1
    1
      Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration.h
  44. 1
    1
      Marlin/src/config/examples/delta/generic/Configuration.h
  45. 1
    1
      Marlin/src/config/examples/delta/kossel_mini/Configuration.h
  46. 1
    1
      Marlin/src/config/examples/delta/kossel_pro/Configuration.h
  47. 1
    1
      Marlin/src/config/examples/delta/kossel_xl/Configuration.h
  48. 1
    1
      Marlin/src/config/examples/gCreate/gMax1.5+/Configuration.h
  49. 1
    1
      Marlin/src/config/examples/makibox/Configuration.h
  50. 1
    1
      Marlin/src/config/examples/stm32f103ret6/Configuration.h
  51. 1
    1
      Marlin/src/config/examples/tvrrug/Round2/Configuration.h
  52. 1
    1
      Marlin/src/config/examples/wt150/Configuration.h

+ 1
- 1
Marlin/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/default/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/examples/AlephObjects/TAZ4/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/examples/AliExpress/CL-260/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/examples/Anet/A6/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/examples/Anet/A8/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/examples/Azteeg/X5GT/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/examples/BIBO/TouchX/cyclops/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/examples/BIBO/TouchX/default/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/examples/BQ/Hephestos/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/examples/BQ/Hephestos_2/Configuration.h View File

@@ -108,7 +108,7 @@
108 108
 /**
109 109
  * Select a secondary serial port on the board to use for communication with the host.
110 110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
111
- * Serial port -1 is the USB emulated serial port, if avaialble.
111
+ * Serial port -1 is the USB emulated serial port, if available.
112 112
  *
113 113
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
114 114
  */

+ 1
- 1
Marlin/src/config/examples/BQ/WITBOX/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/examples/Cartesio/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/examples/Creality/CR-10/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/examples/Felix/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/examples/Felix/DUAL/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/examples/Geeetech/GT2560/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/examples/Geeetech/Prusa i3 Pro B/bltouch/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/examples/Geeetech/Prusa i3 Pro B/noprobe/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/examples/Infitary/i3-M508/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/examples/JGAurora/A5/Configuration.h View File

@@ -114,7 +114,7 @@
114 114
 /**
115 115
  * Select a secondary serial port on the board to use for communication with the host.
116 116
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
117
- * Serial port -1 is the USB emulated serial port, if avaialble.
117
+ * Serial port -1 is the USB emulated serial port, if available.
118 118
  *
119 119
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
120 120
  */

+ 1
- 1
Marlin/src/config/examples/MakerParts/Configuration.h View File

@@ -129,7 +129,7 @@
129 129
 /**
130 130
  * Select a secondary serial port on the board to use for communication with the host.
131 131
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
132
- * Serial port -1 is the USB emulated serial port, if avaialble.
132
+ * Serial port -1 is the USB emulated serial port, if available.
133 133
  *
134 134
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
135 135
  */

+ 1
- 1
Marlin/src/config/examples/Malyan/M150/Configuration.h View File

@@ -114,7 +114,7 @@
114 114
 /**
115 115
  * Select a secondary serial port on the board to use for communication with the host.
116 116
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
117
- * Serial port -1 is the USB emulated serial port, if avaialble.
117
+ * Serial port -1 is the USB emulated serial port, if available.
118 118
  *
119 119
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
120 120
  */

+ 1
- 1
Marlin/src/config/examples/Malyan/M200/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/examples/Micromake/C1/basic/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/examples/Micromake/C1/enhanced/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/examples/Mks/Sbase/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/examples/RepRapWorld/Megatronics/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/examples/RigidBot/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/examples/SCARA/Configuration.h View File

@@ -139,7 +139,7 @@
139 139
 /**
140 140
  * Select a secondary serial port on the board to use for communication with the host.
141 141
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
142
- * Serial port -1 is the USB emulated serial port, if avaialble.
142
+ * Serial port -1 is the USB emulated serial port, if available.
143 143
  *
144 144
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
145 145
  */

+ 1
- 1
Marlin/src/config/examples/STM32F10/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/examples/Sanguinololu/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/examples/TheBorg/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/examples/TinyBoy2/Configuration.h View File

@@ -125,7 +125,7 @@
125 125
 /**
126 126
  * Select a secondary serial port on the board to use for communication with the host.
127 127
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
128
- * Serial port -1 is the USB emulated serial port, if avaialble.
128
+ * Serial port -1 is the USB emulated serial port, if available.
129 129
  *
130 130
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
131 131
  */

+ 1
- 1
Marlin/src/config/examples/Tronxy/X5S/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/examples/Velleman/K8200/Configuration.h View File

@@ -125,7 +125,7 @@
125 125
 /**
126 126
  * Select a secondary serial port on the board to use for communication with the host.
127 127
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
128
- * Serial port -1 is the USB emulated serial port, if avaialble.
128
+ * Serial port -1 is the USB emulated serial port, if available.
129 129
  *
130 130
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
131 131
  */

+ 1
- 1
Marlin/src/config/examples/Velleman/K8400/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/examples/Velleman/K8400/Dual-head/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/examples/adafruit/ST7565/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/examples/delta/generic/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/examples/delta/kossel_mini/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/examples/delta/kossel_pro/Configuration.h View File

@@ -113,7 +113,7 @@
113 113
 /**
114 114
  * Select a secondary serial port on the board to use for communication with the host.
115 115
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
116
- * Serial port -1 is the USB emulated serial port, if avaialble.
116
+ * Serial port -1 is the USB emulated serial port, if available.
117 117
  *
118 118
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
119 119
  */

+ 1
- 1
Marlin/src/config/examples/delta/kossel_xl/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/examples/makibox/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/examples/stm32f103ret6/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/examples/tvrrug/Round2/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

+ 1
- 1
Marlin/src/config/examples/wt150/Configuration.h View File

@@ -109,7 +109,7 @@
109 109
 /**
110 110
  * Select a secondary serial port on the board to use for communication with the host.
111 111
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
- * Serial port -1 is the USB emulated serial port, if avaialble.
112
+ * Serial port -1 is the USB emulated serial port, if available.
113 113
  *
114 114
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115 115
  */

Loading…
Cancel
Save