From 0990a98aea957123f60f5f2bfd794a7015ac1a12 Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Tue, 2 Jun 2020 13:12:14 +0200 Subject: [PATCH] Fix typo. --- Marlin/src/lcd/anycubic_serial.cpp | 2 +- Marlin/src/lcd/anycubic_serial.h | 2 +- Marlin/src/lcd/anycubic_touchscreen.cpp | 2 +- Marlin/src/lcd/anycubic_touchscreen.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Marlin/src/lcd/anycubic_serial.cpp b/Marlin/src/lcd/anycubic_serial.cpp index c674937a..5df106b0 100755 --- a/Marlin/src/lcd/anycubic_serial.cpp +++ b/Marlin/src/lcd/anycubic_serial.cpp @@ -1,7 +1,7 @@ /* AnycubicSerial.cpp --- Support for Anycubic i3 Mega TFT serial connection Created by Christian Hopp on 2017-12-09 - Modiefied by Oliver Köster on 2020-06-02 + Modified by Oliver Köster on 2020-06-02 Original file: HardwareSerial.cpp - Hardware serial library for Wiring diff --git a/Marlin/src/lcd/anycubic_serial.h b/Marlin/src/lcd/anycubic_serial.h index b351ea92..cfb8dba6 100755 --- a/Marlin/src/lcd/anycubic_serial.h +++ b/Marlin/src/lcd/anycubic_serial.h @@ -1,7 +1,7 @@ /* AnycubicSerial.h --- Support for Anycubic i3 Mega TFT serial connection Created by Christian Hopp on 2017-12-09 - Modiefied by Oliver Köster on 2020-06-02 + Modified by Oliver Köster on 2020-06-02 Original file: diff --git a/Marlin/src/lcd/anycubic_touchscreen.cpp b/Marlin/src/lcd/anycubic_touchscreen.cpp index 793e1c13..8fd866fc 100755 --- a/Marlin/src/lcd/anycubic_touchscreen.cpp +++ b/Marlin/src/lcd/anycubic_touchscreen.cpp @@ -1,7 +1,7 @@ /* AnycubicTouchscreen.cpp --- Support for Anycubic i3 Mega TFT Created by Christian Hopp on 2017-12-09 - Modiefied by Oliver Köster on 2020-06-02 + Modified by Oliver Köster on 2020-06-02 This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/Marlin/src/lcd/anycubic_touchscreen.h b/Marlin/src/lcd/anycubic_touchscreen.h index 83bf1f7f..c40ba76d 100755 --- a/Marlin/src/lcd/anycubic_touchscreen.h +++ b/Marlin/src/lcd/anycubic_touchscreen.h @@ -1,7 +1,7 @@ /* AnycubicTouchscreen.h --- Support for Anycubic i3 Mega TFT Created by Christian Hopp on 2017-12-09 - Modiefied by Oliver Köster on 2020-06-02 + Modified by Oliver Köster on 2020-06-02 This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public