[glib] docs: Fix typo
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] docs: Fix typo
- Date: Mon, 6 Feb 2012 21:33:31 +0000 (UTC)
commit 867f554ea53bb4e7c975a919e245d4a02d6f42fe
Author: Christian Persch <chpe gnome org>
Date: Mon Feb 6 22:33:19 2012 +0100
docs: Fix typo
docs/reference/gio/glib-compile-resources.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/docs/reference/gio/glib-compile-resources.xml b/docs/reference/gio/glib-compile-resources.xml
index 92a240b..81ca220 100644
--- a/docs/reference/gio/glib-compile-resources.xml
+++ b/docs/reference/gio/glib-compile-resources.xml
@@ -101,7 +101,7 @@ Generate a header file for use with C code generated by <option>--generate-sourc
Prints the list of files that the resource bundle references to standard output.
This can be used to track dependencies in the build system. For example, the following
make rule would mark <replaceable>test.gresource</replaceable> as depending on all the
-files that <replaceable>test.gresource.xm</replaceable> includes, so that is is automatically
+files that <replaceable>test.gresource.xml</replaceable> includes, so that is is automatically
rebuilt if any of them change:
<programlisting>
test.gresource: test.gresource.xml $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies test.gresource.xml)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]