X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fmule-mcpath.c;h=ce7d2573fc5ae05464750d76fd60a93400175d19;hb=147864f7999198cf34406560387d15a29322670c;hp=9e10b70cb04a502324f9fd884f2eaf687ec34281;hpb=2e3e3f9ee27fec50f45c282d71eaddf7c673bc56;p=chise%2Fxemacs-chise.git diff --git a/src/mule-mcpath.c b/src/mule-mcpath.c index 9e10b70..ce7d257 100644 --- a/src/mule-mcpath.c +++ b/src/mule-mcpath.c @@ -217,7 +217,7 @@ mc_getcwd (unsigned char *null, size_t size) path = (unsigned char *) getcwd ((char *)buffer, MAXPATHLEN); if (path) { - /* here, shoule be (path == buffer). */ + /* here, should be (path == buffer). */ path = (unsigned char *) xmalloc (MC_MAXPATHLEN); /* MSDOS */ if (path) {