summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomasvs@src.gnome.org>2002-10-26 01:28:46 +0000
committerThomas Vander Stichele <thomasvs@src.gnome.org>2002-10-26 01:28:46 +0000
commitc64ec3e55b8048e80c7f612368fe3d76ae1a7c3d (patch)
tree1f7a08969df826a09df50aef4b8a3507bc63d3ce
parentabd72b6825c49908ae8ceee1b82fd8218aae1f1e (diff)
downloadnautilus-c64ec3e55b8048e80c7f612368fe3d76ae1a7c3d.tar.gz
fix two typos
-rw-r--r--ChangeLog5
-rw-r--r--components/sample/Nautilus_View_sample.server.in.in2
-rw-r--r--components/sample/README2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 25431123e..d0bca63cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-10-26 Thomas Vander Stichele <thomas@apestaart.org>
+
+ * components/sample/Nautilus_View_sample.server.in.in:
+ fix location of bonobo FAQ
+
2002-10-25 James Willcox <jwillcox@gnome.org>
* components/notes/Nautilus_View_notes.server.in.in:
diff --git a/components/sample/Nautilus_View_sample.server.in.in b/components/sample/Nautilus_View_sample.server.in.in
index 561361a8a..3749cac20 100644
--- a/components/sample/Nautilus_View_sample.server.in.in
+++ b/components/sample/Nautilus_View_sample.server.in.in
@@ -4,7 +4,7 @@
a) Replace all the OAFIID strings to do this you need to register
your namespace, and then generate some unique names inside
- it. See libbonobo/doc/FAQ 'How should I create unique OAFIIDs for
+ it. See bonobo/doc/FAQ 'How should I create unique OAFIIDs for
components ?'.
b) Alter the repo_ids to the interfaces you support.
diff --git a/components/sample/README b/components/sample/README
index f263fae9b..573e17423 100644
--- a/components/sample/README
+++ b/components/sample/README
@@ -2,5 +2,5 @@
This is a sample Nautilus component. Each file has a WHAT YOU NEED TO
CHANGE comment near the top, telling you what you need to change when
you copy this component as a starting point for your own. Some also
-have CHANGE comments sprinled throughout pointing out other things you
+have CHANGE comments sprinkled throughout pointing out other things you
may want or need to change.