From e6378518c46eddcf6bf223630f3891979743aac0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Sun, 21 Sep 2008 09:15:35 +0000 Subject: [PATCH] Fixed typo. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27662 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/interface/TextView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/os/interface/TextView.h b/headers/os/interface/TextView.h index 3f8bc9a7d3..12932229ca 100644 --- a/headers/os/interface/TextView.h +++ b/headers/os/interface/TextView.h @@ -248,7 +248,7 @@ private: class UndoBuffer; class WidthBuffer; - // UndoBuffer deratives + // UndoBuffer derivatives class CutUndoBuffer; class PasteUndoBuffer; class ClearUndoBuffer;