From 66983e241070a1ca8513a2d9ac3df64b9a460b11 Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Sun, 21 Feb 2021 23:07:02 +0000 Subject: [PATCH] Fix typo in application description. --- windows/putty.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/putty.rc b/windows/putty.rc index b7d7404c..08969abf 100644 --- a/windows/putty.rc +++ b/windows/putty.rc @@ -1,7 +1,7 @@ #include "rcstuff.h" #define APPNAME "PuTTY" -#define APPDESC "SSH, Telnet, Rlogin, and SUPDUDP client" +#define APPDESC "SSH, Telnet, Rlogin, and SUPDUP client" #include "winhelp.rc2" #include "win_res.rc2"