commit 6de2d41

Michael Forney  ·  2014-01-23 23:38:46 +0000 UTC
parent 397b397
Fix some typos in comments of swc.h
1 files changed,  +2, -2
+2, -2
 1@@ -62,7 +62,7 @@ enum
 2     /**
 3      * Sent when the window's state changes.
 4      *
 5-     * The display server should adjust the windows placement and visibility
 6+     * The display server should adjust the window's placement and visibility
 7      * accordingly.
 8      */
 9     SWC_WINDOW_STATE_CHANGED,
10@@ -121,7 +121,7 @@ void swc_window_set_geometry(struct swc_window * window,
11 /**
12  * Set the window's border color and width.
13  *
14- * NOTE: The windows geometry remains unchanged, and should be updated if a
15+ * NOTE: The window's geometry remains unchanged, and should be updated if a
16  *       fixed top-left corner of the border is desired.
17  */
18 void swc_window_set_border(struct swc_window * window,