summaryrefslogtreecommitdiffstats
path: root/include/widgets/box.h
diff options
context:
space:
mode:
authorEdward Betts <edward@4angle.com>2017-11-23 17:41:52 +0000
committerDave Davenport <DaveDavenport@users.noreply.github.com>2017-11-23 18:41:52 +0100
commit79adae77d72be3de96d1c4e6d53b6bae4cb7e00e (patch)
tree9020f6a7d173961e12a70682757242fa546124e8 /include/widgets/box.h
parent54c45f8f5fa98a6becb7bedeb06bd8062dcea513 (diff)
Correct spelling mistakes. (#722)
Diffstat (limited to 'include/widgets/box.h')
-rw-r--r--include/widgets/box.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/widgets/box.h b/include/widgets/box.h
index 9933dd57..ac602321 100644
--- a/include/widgets/box.h
+++ b/include/widgets/box.h
@@ -36,7 +36,7 @@
*
* Widget used to pack multiple widgets either horizontally or vertically.
* It supports packing widgets horizontally or vertically. Child widgets are always
- * expanded to the maximum size in the oposite direction of the packing direction.
+ * expanded to the maximum size in the opposite direction of the packing direction.
* e.g. vertically packed widgets use the full box width.
*
* @{