From 49edb72058b93feb0fdf3fd7f40003df5122756b Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 28 Feb 2018 03:56:01 +0000 Subject: [PATCH] spelling: initialize --- src/Cedar/CM.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cedar/CM.c b/src/Cedar/CM.c index f864fd6f..56027b7c 100644 --- a/src/Cedar/CM.c +++ b/src/Cedar/CM.c @@ -631,7 +631,7 @@ void CmRefreshEasy() SendMessage(cm->hEasyWnd, WM_CM_EASY_REFRESH, 0, 0); } -// Initialze the Simple Connect Manager +// Initialize the Simple Connect Manager void CmEasyDlgInit(HWND hWnd, CM_EASY_DLG *d) { HFONT hFontForList;