summaryrefslogtreecommitdiff
path: root/src/object_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object_gui.cpp')
-rw-r--r--src/object_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object_gui.cpp b/src/object_gui.cpp
index b04463d83..e31a82ec5 100644
--- a/src/object_gui.cpp
+++ b/src/object_gui.cpp
@@ -45,7 +45,7 @@ class BuildObjectWindow : public PickerWindowBase {
int line_height; ///< The height of a single line.
int object_height; ///< The height of the object box.
int info_height; ///< The height of the info box.
- Scrollbar *vscroll; ///< The scollbar.
+ Scrollbar *vscroll; ///< The scrollbar.
public:
BuildObjectWindow(const WindowDesc *desc, Window *w) : PickerWindowBase(w), info_height(1)