aboutsummaryrefslogtreecommitdiff
path: root/src/frame.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2013-08-18 23:29:24 +0200
committerThomas White <taw@bitwiz.org.uk>2013-08-18 23:29:24 +0200
commit057d4fe5b79b5d59bde146f7a440521d835f9305 (patch)
tree2e21cfa9071c875cc638675cd5d942402a5ff8c6 /src/frame.h
parent9af6e06992969133fd81942a376be904e7e46319 (diff)
Fix typo in comment
Diffstat (limited to 'src/frame.h')
-rw-r--r--src/frame.h2
1 files changed, 1 insertions, 1 deletions
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;