aboutsummaryrefslogtreecommitdiff
path: root/dw/imgbuf.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/imgbuf.hh')
-rw-r--r--dw/imgbuf.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/imgbuf.hh b/dw/imgbuf.hh
index e2b592e5..bd5b6485 100644
--- a/dw/imgbuf.hh
+++ b/dw/imgbuf.hh
@@ -65,7 +65,7 @@ namespace core {
*
* \code
* dw::core::Imgbuf *curBuf, *oldBuf;
- * int width, heigt,
+ * int width, height,
* // ...
* oldBuf = curBuf;
* curBuf = oldBuf->getScaledBuf(oldBuf, width, height);