Fix typo in emitted symbol map filename.

Patch by: bobv
Reported by: chadward


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@4957 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/dev/core/src/com/google/gwt/core/linker/SymbolMapsLinker.java b/dev/core/src/com/google/gwt/core/linker/SymbolMapsLinker.java
index a449bed..4f4afde 100644
--- a/dev/core/src/com/google/gwt/core/linker/SymbolMapsLinker.java
+++ b/dev/core/src/com/google/gwt/core/linker/SymbolMapsLinker.java
@@ -44,7 +44,7 @@
    * This value is appended to the strong name of the CompilationResult to form
    * the symbol map's filename.
    */
-  public static final String STRONG_NAME_SUFFIX = "_sybolMap.properties";
+  public static final String STRONG_NAME_SUFFIX = "_symbolMap.properties";
 
   @Override
   public String getDescription() {