Hi,

  This looks ok. You don't need approval to fix typos tough.

           Zoltan

On Sun, Apr 4, 2010 at 2:55 AM, Andreas Färber <[email protected]>wrote:

> It's "initializer".
> ---
>  ChangeLog    |    6 ++++++
>  configure.in |    2 +-
>  2 files changed, 7 insertions(+), 1 deletions(-)
>
> diff --git a/ChangeLog b/ChangeLog
> index 0f0b0a6..af88d48 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,3 +1,9 @@
> +2010-04-03  Andreas Färber  <[email protected]>
> +
> +       * configure.in: Fix typo.
> +
> +       Contributed under MIT/X11 license.
> +
>  2010-04-03  Zoltan Varga  <[email protected]>
>
>        * configure.in: Applied some openbsd changes from Robert Nagy
> diff --git a/configure.in b/configure.in
> index 1b1f363..9f13374 100644
> --- a/configure.in
> +++ b/configure.in
> @@ -1780,7 +1780,7 @@ ac_cv_c_socklen_t=yes
>        AC_MSG_RESULT(no)
>  ])
>
> -AC_MSG_CHECKING(for array element initalizer support)
> +AC_MSG_CHECKING(for array element initializer support)
>  AC_TRY_COMPILE([#include <sys/socket.h>], [
>        const int array[] = {[1] = 2,};
>  ], [
> --
> 1.7.0.4.297.g6555b1
>
>
> _______________________________________________
> Mono-devel-list mailing list
> [email protected]
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
_______________________________________________
Mono-devel-list mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to