X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=args.h;h=713e2ab5801ce9e56f8b8e5116a018ca77aa6b27;hb=e875cb670c1628841fac114efb31bec453b13eed;hp=613f0a41b1dad2d5e3c3e37414f0906c00c1ff9e;hpb=d628e1610653266459dfec9aad86aa6615ea886a;p=xboard.git diff --git a/args.h b/args.h index 613f0a4..713e2ab 100644 --- a/args.h +++ b/args.h @@ -715,7 +715,7 @@ ArgDescriptor argDescriptors[] = { { "useInternalWrap", ArgTrue, (void *) &appData.useInternalWrap, FALSE, INVALID }, /* noJoin usurps this if set */ // [HGM] placement: put all window layouts last in ini file, but man X,Y before all others - { "minX", ArgZ, (void *) &minX, FALSE, INVALID }, // [HGM] placement: to make suer auxialary windows can be placed + { "minX", ArgZ, (void *) &minX, FALSE, INVALID }, // [HGM] placement: to make sure auxiliary windows can be placed { "minY", ArgZ, (void *) &minY, FALSE, INVALID }, { "winWidth", ArgInt, (void *) &wpMain.width, TRUE, INVALID }, // [HGM] placement: dummies to remember right & bottom { "winHeight", ArgInt, (void *) &wpMain.height, TRUE, INVALID }, // for attaching auxiliary windows to them