1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

Typo spotting.

This commit is contained in:
Tim Potter
-
parent e5b484451a
commit 62dfda654b

View File

@ -749,7 +749,7 @@ static void dopr_outch(char *buffer, size_t *currlen, size_t maxlen, char c)
(*currlen)++; (*currlen)++;
} }
/* yes this really must be a ||. Don't muck wiith this (tridge) */ /* yes this really must be a ||. Don't muck with this (tridge) */
#if !defined(HAVE_VSNPRINTF) || !defined(HAVE_C99_VSNPRINTF) #if !defined(HAVE_VSNPRINTF) || !defined(HAVE_C99_VSNPRINTF)
int vsnprintf (char *str, size_t count, const char *fmt, va_list args) int vsnprintf (char *str, size_t count, const char *fmt, va_list args)
{ {
@ -757,7 +757,7 @@ static void dopr_outch(char *buffer, size_t *currlen, size_t maxlen, char c)
} }
#endif #endif
/* yes this really must be a ||. Don't muck wiith this (tridge) */ /* yes this really must be a ||. Don't muck with this (tridge) */
#if !defined(HAVE_SNPRINTF) || !defined(HAVE_C99_SNPRINTF) #if !defined(HAVE_SNPRINTF) || !defined(HAVE_C99_SNPRINTF)
int snprintf(char *str,size_t count,const char *fmt,...) int snprintf(char *str,size_t count,const char *fmt,...)
{ {