diff --git a/docs/faq/developing.xml b/docs/faq/developing.xml
index 281ebb5548..dafbc4cdae 100644
--- a/docs/faq/developing.xml
+++ b/docs/faq/developing.xml
@@ -46,7 +46,7 @@ or integrate with autoconf using the pkg.m4 macro (providing PKG_CONFIG_CHECK).
It is possible to develop and compile against an uninstalled copy of
gstreamer and gst-plugins-* (for example, against gits checkouts).
The easiest way to do this is to use a bash script like this:
-lastest version of gst-uninstalled.
+latest version of gst-uninstalled.
If you put this script in your path, and symlink it to gst-git (if you want
to develop against git master) or to gst-released (if you want to develop
diff --git a/docs/faq/git.xml b/docs/faq/git.xml
index 4b8e91d527..6cad2b11e1 100644
--- a/docs/faq/git.xml
+++ b/docs/faq/git.xml
@@ -2,6 +2,23 @@
Building GStreamer from git
+
+
+
+Is there a way to test or develop against GStreamer from git without
+interfering with my system GStreamer installed from packages?
+
+
+
+
+
+Yes! You have two options: you can either run GStreamer in an uninstalled setup
+(see How do I develop against
+an uninstalled GStreamer copy ?), or you can use GNOME's jhbuild.
+
+
+
+