Przeglądaj źródła

🎨 Fix misspelling (#23137)

luzpaz 3 lat temu
rodzic
commit
b7be62ad36
No account linked to committer's email address

+ 1
- 1
Marlin/src/HAL/STM32F1/onboard_sd.cpp Wyświetl plik

@@ -278,7 +278,7 @@ DSTATUS disk_initialize (
278 278
   if (drv) return STA_NOINIT;                                         // Supports only drive 0
279 279
   sd_power_on();                                                      // Initialize SPI
280 280
 
281
-  if (Stat & STA_NODISK) return Stat;                                 // Is a card existing in the soket?
281
+  if (Stat & STA_NODISK) return Stat;                                 // Is a card existing in the socket?
282 282
 
283 283
   FCLK_SLOW();
284 284
   for (n = 10; n; n--) xchg_spi(0xFF);                                // Send 80 dummy clocks

+ 3
- 3
Marlin/src/lcd/e3v2/enhanced/dwinui.cpp Wyświetl plik

@@ -93,7 +93,7 @@ uint8_t DWINUI::fontWidth(uint8_t cfont) {
93 93
   }
94 94
 }
95 95
 
96
-// Get font character heigh
96
+// Get font character height
97 97
 uint8_t DWINUI::fontHeight(uint8_t cfont) {
98 98
   switch (cfont) {
99 99
     case font6x12 : return 12;
@@ -110,12 +110,12 @@ uint8_t DWINUI::fontHeight(uint8_t cfont) {
110 110
   }
111 111
 }
112 112
 
113
-// Get screen x coodinates from text column
113
+// Get screen x coordinates from text column
114 114
 uint16_t DWINUI::ColToX(uint8_t col) {
115 115
   return col * fontWidth(font);
116 116
 }
117 117
 
118
-// Get screen y coodinates from text row
118
+// Get screen y coordinates from text row
119 119
 uint16_t DWINUI::RowToY(uint8_t row) {
120 120
   return row * fontHeight(font);
121 121
 }

+ 3
- 3
Marlin/src/lcd/e3v2/enhanced/dwinui.h Wyświetl plik

@@ -198,13 +198,13 @@ namespace DWINUI {
198 198
   // Get font character width
199 199
   uint8_t fontWidth(uint8_t cfont);
200 200
 
201
-  // Get font character heigh
201
+  // Get font character height
202 202
   uint8_t fontHeight(uint8_t cfont);
203 203
 
204
-  // Get screen x coodinates from text column
204
+  // Get screen x coordinates from text column
205 205
   uint16_t ColToX(uint8_t col);
206 206
 
207
-  // Get screen y coodinates from text row
207
+  // Get screen y coordinates from text row
208 208
   uint16_t RowToY(uint8_t row);
209 209
 
210 210
   // Set text/number color

+ 1
- 1
Marlin/src/lcd/e3v2/jyersui/dwin.cpp Wyświetl plik

@@ -4135,7 +4135,7 @@ void CrealityDWINClass::Popup_Handler(PopupID popupid, bool option/*=false*/) {
4135 4135
   switch (popupid) {
4136 4136
     case Pause:         Draw_Popup(F("Pause Print"), F(""), F(""), Popup); break;
4137 4137
     case Stop:          Draw_Popup(F("Stop Print"), F(""), F(""), Popup); break;
4138
-    case Resume:        Draw_Popup(F("Resume Print?"), F("Looks Like the last"), F("print was interupted."), Popup); break;
4138
+    case Resume:        Draw_Popup(F("Resume Print?"), F("Looks Like the last"), F("print was interrupted."), Popup); break;
4139 4139
     case ConfFilChange: Draw_Popup(F("Confirm Filament Change"), F(""), F(""), Popup); break;
4140 4140
     case PurgeMore:     Draw_Popup(F("Purge more filament?"), F("(Cancel to finish process)"), F(""), Popup); break;
4141 4141
     case SaveLevel:     Draw_Popup(F("Leveling Complete"), F("Save to EEPROM?"), F(""), Popup); break;

+ 1
- 1
Marlin/src/lcd/extui/dgus_reloaded/DGUSDisplay.h Wyświetl plik

@@ -96,7 +96,7 @@ public:
96 96
   static size_t GetFreeTxBuffer();
97 97
   static void FlushTx();
98 98
 
99
-  // Checks two things: Can we confirm the presence of the display and has we initiliazed it.
99
+  // Checks two things: Can we confirm the presence of the display and has we initialized it.
100 100
   // (both boils down that the display answered to our chatting)
101 101
   static inline bool IsInitialized() {
102 102
     return initialized;

+ 1
- 1
Marlin/src/pins/stm32f4/pins_RUMBA32_BTT.h Wyświetl plik

@@ -22,7 +22,7 @@
22 22
 #pragma once
23 23
 
24 24
 /**
25
- * No offical schematics have been found.
25
+ * No official schematics have been found.
26 26
  * But these differences where noted in https://github.com/bigtreetech/Rumba32/issues/1
27 27
  */
28 28
 

Ładowanie…
Anuluj
Zapisz