]> Pileus Git - ~andy/gtk/blobdiff - docs/reference/gtk/compiling.sgml
Fix typo reqired -> required
[~andy/gtk] / docs / reference / gtk / compiling.sgml
index 827e408a4e7d1ec54c656bd2b33313ac4ada5db7..012cb70edab802e4b64e4eddde2f441bc32ed105 100644 (file)
@@ -67,7 +67,7 @@ this range will trigger compiler warnings.
 Here is how you would compile hello.c if you want to allow it
 to use symbols that were not deprecated in 3.2:
 <programlisting>
-$ cc -DGDK_VERSION_MIN_REQIRED=GDK_VERSION_3_2 `pkg-config --cflags --libs gtk+-3.0` hello.c -o hello
+$ cc -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_2 `pkg-config --cflags --libs gtk+-3.0` hello.c -o hello
 </programlisting>
 </para>