From 2ceec597a59a765be54c7bac3d89410184857e55 Mon Sep 17 00:00:00 2001
From: 3d-gussner <3d.gussner@gmail.com>
Date: Thu, 26 Mar 2020 14:08:35 +0100
Subject: [PATCH] Fix typo
---
Firmware/Dcodes.cpp | 2 +-
Firmware/Marlin_main.cpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Firmware/Dcodes.cpp b/Firmware/Dcodes.cpp
index ebf34b4f..79695c9e 100644
--- a/Firmware/Dcodes.cpp
+++ b/Firmware/Dcodes.cpp
@@ -626,7 +626,7 @@ void dcode_10()
/*!
### D12 - Time D12: Time
- Writes the actual time in the log file.
+ Writes the current time in the log file.
*/
void dcode_12()
diff --git a/Firmware/Marlin_main.cpp b/Firmware/Marlin_main.cpp
index 1a17e40d..ac0d3b5d 100755
--- a/Firmware/Marlin_main.cpp
+++ b/Firmware/Marlin_main.cpp
@@ -8950,7 +8950,7 @@ Sigma_Exit:
/*!
### D12 - Time D12: Time
- Writes the actual time in the log file.
+ Writes the current time in the log file.
*/
#endif //DEBUG_DCODES