Bug 506030 - [GTK] clean up dynamic function calls

Fix typo. Deprecated not depricated.

Change-Id: I92ddaa66e65cd639267977a797d92197002c7ec7
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/bundles/org.eclipse.swt.tools/dynamic_gtk2_vs_gtk3.py b/bundles/org.eclipse.swt.tools/dynamic_gtk2_vs_gtk3.py
index 3731c5f..507bece 100755
--- a/bundles/org.eclipse.swt.tools/dynamic_gtk2_vs_gtk3.py
+++ b/bundles/org.eclipse.swt.tools/dynamic_gtk2_vs_gtk3.py
@@ -100,12 +100,12 @@
     gtk2functions = download_gtk2_stable_symbols()
     gtk30functions = download_gtk3_0_symbols()
     gtk3xfunctions = download_gtk3_stable_symbols()
-    gtk3xdepricated = download_gtk3_deprecated_symbols()
+    gtk3xdeprecated = download_gtk3_deprecated_symbols()
 
     os_custom_str = populate_function_list()
 
     find_gtk_version_functions(os_custom_str, gtk2functions, gtk30functions,
-            gtk3xfunctions, gtk3xdepricated)
+            gtk3xfunctions, gtk3xdeprecated)
 
     find_gtk2_and_gtk3_shared()