This commit is contained in:
Cody Russell 2019-01-02 07:43:54 -06:00 коммит произвёл Sebastien Pouliot
Родитель 9456474948
Коммит 0229590f68
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -50,7 +50,7 @@ namespace AppKit {
public static void Init ()
{
if (initialized) {
throw new InvalidOperationException ("Init has already be be invoked; it can only be invoke once");
throw new InvalidOperationException ("Init has already been invoked; it can only be invoked once");
}
Runtime.EnsureInitialized ();