forked from e16/e16
1
0
Fork 0

Fix typo.

SVN revision: 38403
This commit is contained in:
Kim Woelders 2009-01-01 16:15:17 +00:00
parent 29e048fd6b
commit ac793c1eb6
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ SetupX(const char *dstr)
{
VROOT = ECreateWindow(RROOT, 0, 0, Mode.wm.win_w, Mode.wm.win_h, 0);
/* Enable eesh and edox to pix up the virtual root */
/* Enable eesh and edox to pick up the virtual root */
Esnprintf(buf, sizeof(buf), "%#lx", WinGetXwin(VROOT));
Esetenv("ENL_WM_ROOT", buf);
}