From 09329bcc026fffac5ef6586a22360a4d0774cece Mon Sep 17 00:00:00 2001 From: John Lewin Date: Wed, 14 Jun 2017 09:12:19 -0700 Subject: [PATCH] Fix typo --- PrinterCommunication/Io/PauseHandlingStream.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PrinterCommunication/Io/PauseHandlingStream.cs b/PrinterCommunication/Io/PauseHandlingStream.cs index a09dd9736..f0380fdde 100644 --- a/PrinterCommunication/Io/PauseHandlingStream.cs +++ b/PrinterCommunication/Io/PauseHandlingStream.cs @@ -90,7 +90,7 @@ namespace MatterHackers.MatterControl.PrinterCommunication.Io } string pauseCaption = "Printer Paused".Localize(); - string layerPauseMessage = "Your 3D print has been auto-pasued.\nPause layer{0} reached.".Localize(); + string layerPauseMessage = "Your 3D print has been auto-paused.\nPause layer{0} reached.".Localize(); string filamentPauseMessage = "Out of filament detected\nYour 3D print has been paused.".Localize(); public void DoPause(PauseReason pauseReason, string layerNumber = "")