From 057d4fe5b79b5d59bde146f7a440521d835f9305 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 18 Aug 2013 23:29:24 +0200 Subject: Fix typo in comment --- src/frame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/frame.h') diff --git a/src/frame.h b/src/frame.h index c760162..764cddc 100644 --- a/src/frame.h +++ b/src/frame.h @@ -95,7 +95,7 @@ struct frame struct layout_parameters lop; struct style *style; - int lop_from_style;/* Trye if lop came from SS */ + int lop_from_style; /* True if lop came from SS */ /* The rectangle allocated to this frame, determined by the renderer */ double x; -- cgit v1.2.3