From 1241647a38ef26ed98a1e6ad4dd9295e3d4cc8d7 Mon Sep 17 00:00:00 2001
From: Mike Kestner <mkestner@gmail.com>
Date: Wed, 5 Jan 2005 18:54:51 +0000
Subject: [PATCH] fix typo in obsolete message

svn path=/trunk/gtk-sharp/; revision=38372
---
 gtk/TextBuffer.custom | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gtk/TextBuffer.custom b/gtk/TextBuffer.custom
index 45a9dc914..b7007e9e4 100644
--- a/gtk/TextBuffer.custom
+++ b/gtk/TextBuffer.custom
@@ -83,7 +83,7 @@ public void InsertWithTagsByName (ref TextIter iter, string text, params string[
 	}
 }
 
-[Obsolete("Use the TextView.Text property's setter")]
+[Obsolete("Use the TextBuffer.Text property's setter")]
 public void SetText (string text)
 {
 	Text = text;