summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfvogelnew1@free.fr <fvogel>2016-04-08 19:04:22 (GMT)
committerfvogelnew1@free.fr <fvogel>2016-04-08 19:04:22 (GMT)
commit1d97e12c146834dbba8f38bdbae7d49487133d84 (patch)
tree70de55955791fac81573e4ed73326461708745e9
parentfe54e4daa6723833c1659285b22227726553487e (diff)
parente0167bea99a987e2d76006e54c98eb0f2f3b5c1e (diff)
downloadtk-1d97e12c146834dbba8f38bdbae7d49487133d84.zip
tk-1d97e12c146834dbba8f38bdbae7d49487133d84.tar.gz
tk-1d97e12c146834dbba8f38bdbae7d49487133d84.tar.bz2
Fixed typo in [text] man page
-rw-r--r--doc/text.n2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/text.n b/doc/text.n
index 1925f5e..9e6a479 100644
--- a/doc/text.n
+++ b/doc/text.n
@@ -980,7 +980,7 @@ geometry manager), one can resort to \fIpathName \fBsync\fR and \fIpathName
\fBpendingsync\fR to control the synchronization of the view of text widgets.
.PP
The \fB<<WidgetViewSync>>\fR virtual event fires when the line heights of the
-text widget becomes obsolete (due to some editing command or configuration
+text widget become obsolete (due to some editing command or configuration
change), and again when the internal data of the text widget are back in sync
with the widget view. The detail field (%d substitution) is either true (when
the widget is in sync) or false (when it is not).