aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan2015-06-09 13:02:15 +0000
committerokan2015-06-09 13:02:15 +0000
commitc6cf16dddd47bdca93eefcaa3c8dfa858c09e426 (patch)
tree91ad46c4230d756fa2cc8a10342c1da8b9bf7df1 /calmwm.h
parent7f31b5eacaa002d8a321609af1c64856f2fcfb0d (diff)
downloadcwm-c6cf16dddd47bdca93eefcaa3c8dfa858c09e426.tar.gz
typo in comment; from jsteinha [at] iutbayonne.univ-pau.fr
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/calmwm.h b/calmwm.h
index 543254c..1555429 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: calmwm.h,v 1.291 2015/06/08 15:11:29 okan Exp $
+ * $OpenBSD: calmwm.h,v 1.292 2015/06/09 13:02:15 okan Exp $
*/
#ifndef _CALMWM_H_
@@ -170,7 +170,7 @@ struct client_ctx {
int y; /* y position */
} ptr;
struct {
- int h; /* hieght */
+ int h; /* height */
int w; /* width */
} dim;
#define CLIENT_HIDDEN 0x0001