Skip to content

Commit 49221ed

Browse files
committed
(maint) fix misspelling
1 parent 564595f commit 49221ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chocolatey.console/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ private static void Main(string[] args)
101101
#endif
102102
if (args.Length == 0)
103103
{
104-
"chocolatley".Log().Info(ChocolateyLoggers.Important, () => "Please run 'choco -?' or 'choco <command> -?' for help menu.");
104+
"chocolatey".Log().Info(ChocolateyLoggers.Important, () => "Please run 'choco -?' or 'choco <command> -?' for help menu.");
105105
}
106106
}
107107

0 commit comments

Comments
 (0)