[Cogl] [PATCH] display: Fix 'arguments' typo

Robert Bragg robert at sixbynine.org
Tue Oct 2 06:40:10 PDT 2012


this looks good to land to me:

Reviewed-by: Robert Bragg <robert at linux.intel.com>

thanks,
- Robert

On Mon, Oct 1, 2012 at 9:18 PM, Damien Lespiau <damien.lespiau at gmail.com> wrote:
> From: Damien Lespiau <damien.lespiau at intel.com>
>
> ---
>  cogl/cogl-display.h |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/cogl/cogl-display.h b/cogl/cogl-display.h
> index 70bbf27..62d5ee5 100644
> --- a/cogl/cogl-display.h
> +++ b/cogl/cogl-display.h
> @@ -90,7 +90,7 @@ typedef struct _CoglDisplay         CoglDisplay;
>   * When a display is first allocated via cogl_display_new() it is in a
>   * mutable configuration mode. It's designed this way so we can
>   * extend the apis available for configuring a display without
> - * requiring huge numbers of constructor arguements.
> + * requiring huge numbers of constructor arguments.
>   *
>   * When you have finished configuring a display object you can
>   * optionally call cogl_display_setup() to explicitly apply the
> @@ -133,7 +133,7 @@ cogl_display_get_renderer (CoglDisplay *display);
>   * When a display is first allocated via cogl_display_new() it is in a
>   * mutable configuration mode. This allows us to extend the apis
>   * available for configuring a display without requiring huge numbers
> - * of constructor arguements.
> + * of constructor arguments.
>   *
>   * Its possible to request a configuration that might not be
>   * supportable on the current system and so this api provides a means
> --
> 1.7.7.5
>
> _______________________________________________
> Cogl mailing list
> Cogl at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/cogl


More information about the Cogl mailing list