diff options
author | Ramiro Estrugo <ramiro@src.gnome.org> | 2000-08-29 22:17:07 +0000 |
---|---|---|
committer | Ramiro Estrugo <ramiro@src.gnome.org> | 2000-08-29 22:17:07 +0000 |
commit | 18137250ba9829f18d23f32d4f2f14963cef5dce (patch) | |
tree | facfb69cf423d7dc359f8d6d59086658adf58308 /libnautilus-private/nautilus-buffered-widget.c | |
parent | 67e55603818a455774ffda1d8a00e19bc501f05d (diff) | |
download | nautilus-18137250ba9829f18d23f32d4f2f14963cef5dce.tar.gz |
Dumb documentation typos.
* libnautilus-extensions/nautilus-buffered-widget.c:
* libnautilus-extensions/nautilus-label.h:
* libnautilus-extensions/nautilus-scalable-font.h:
Dumb documentation typos.
Diffstat (limited to 'libnautilus-private/nautilus-buffered-widget.c')
-rw-r--r-- | libnautilus-private/nautilus-buffered-widget.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libnautilus-private/nautilus-buffered-widget.c b/libnautilus-private/nautilus-buffered-widget.c index 7b0f4439f..91dcc3e2b 100644 --- a/libnautilus-private/nautilus-buffered-widget.c +++ b/libnautilus-private/nautilus-buffered-widget.c @@ -846,11 +846,11 @@ nautilus_buffered_widget_get_vertical_offset (const NautilusBufferedWidget *buff * * Look for the closest ancestor widget that has an attatched * NautilusBackground and use that. If that fails, then use - * the widget's background as specified by its attachted GtkStyle. + * the widget's background as specified by its attached GtkStyle. * * NAUTILUS_BACKGROUND_NONE: * - * Use the widget's background as specified by its attachted GtkStyle. + * Use the widget's background as specified by its attached GtkStyle. * * NAUTILUS_BACKGROUND_SOLID: * |