# ifndef GETTEXT_DLL
# define GETTEXT_DLL "libintl.dll"
# endif
-/* Dummy funcitons */
+/* Dummy functions */
static char *null_libintl_gettext(const char *);
static char *null_libintl_textdomain(const char *);
static char *null_libintl_bindtextdomain(const char *, const char *);
/*
- * mch_inchar(): low-level input funcion.
+ * mch_inchar(): low-level input function.
* Get one or more characters from the keyboard or the mouse.
* If time == 0, do not wait for characters.
* If time == n, wait a short time for characters.
* to avoid to perform a blocking read */
ret = PeekNamedPipe(g_hChildStd_OUT_Rd, /* pipe to query */
NULL, /* optional buffer */
- 0, /* buffe size */
+ 0, /* buffer size */
NULL, /* number of read bytes */
&availableBytes, /* available bytes total */
NULL); /* byteLeft */
repeatCount = 0;
/* We got real data in the pipe, read it */
- while (ret != 0 && availableBytes > 0 && availableBytes > 0)
+ while (ret != 0 && availableBytes > 0)
{
repeatCount++;
toRead =
NULL, /* Process security attributes */
NULL, /* Thread security attributes */
- // this command can be litigeous, handle inheritence was
+ // this command can be litigious, handle inheritance was
// deactivated for pending temp file, but, if we deactivate
// it, the pipes don't work for some reason.
TRUE, /* Inherit handles, first deactivated,