summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2012-02-06 22:33:19 +0100
committerChristian Persch <chpe@gnome.org>2012-02-06 22:33:19 +0100
commit867f554ea53bb4e7c975a919e245d4a02d6f42fe (patch)
treebe9d7a19d9faf2673d75ae5cd6180322523beeb9
parent1faed130dc227f983f42f23df2a242bd004c4ac8 (diff)
downloadglib-867f554ea53bb4e7c975a919e245d4a02d6f42fe.tar.gz
docs: Fix typo
-rw-r--r--docs/reference/gio/glib-compile-resources.xml2
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 92a240b64..81ca220fb 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)