// space around check mark bitmap in pixels
static const int CHECKMARK_EXTRA_SPACE = 1;
- // space betwen check bitmap and text label
+ // space between check bitmap and text label
static const int CHECKMARK_LABEL_SPACE = 2;
} // anonymous namespace
}
else
{
- // implement default behavior on click outside of client zone
+ // implement default behaviour on click outside of client zone
event.Skip();
}
}