display: Fix 'arguments' typo

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

(cherry picked from commit 1f30d200be65cd44dbd6f224532b9c4030d6c39c)
This commit is contained in:
Damien Lespiau 2012-10-01 21:17:46 +01:00 committed by Robert Bragg
parent f9c7e9d270
commit 2582fa1519

View File

@ -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