diff options
author | Thomas White <taw@bitwiz.org.uk> | 2013-08-18 23:29:24 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2013-08-18 23:29:24 +0200 |
commit | 057d4fe5b79b5d59bde146f7a440521d835f9305 (patch) | |
tree | 2e21cfa9071c875cc638675cd5d942402a5ff8c6 /src/frame.h | |
parent | 9af6e06992969133fd81942a376be904e7e46319 (diff) |
Fix typo in comment
Diffstat (limited to 'src/frame.h')
-rw-r--r-- | src/frame.h | 2 |
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; |