OSDN Git Service

Typofix
authorLatif Khalifa <latifer@streamgrid.net>
Fri, 23 Aug 2013 21:38:24 +0000 (23:38 +0200)
committerLatif Khalifa <latifer@streamgrid.net>
Fri, 23 Aug 2013 21:38:24 +0000 (23:38 +0200)
Radegast/Core/DAEExport.cs

index 5468f29..9063ce7 100755 (executable)
@@ -453,7 +453,7 @@ namespace Radegast
             asset.AppendChild(Doc.CreateElement("modified")).InnerText = DateTime.Now.ToString("yyyy-MM-ddTHH:mm:ss");
 
             var unit = asset.AppendChild(Doc.CreateElement("unit"));
-            unit.Attributes.Append(Doc.CreateAttribute("name")).Value = "mater";
+            unit.Attributes.Append(Doc.CreateAttribute("name")).Value = "meter";
             unit.Attributes.Append(Doc.CreateAttribute("meter")).Value = "1";
 
             asset.AppendChild(Doc.CreateElement("up_axis")).InnerText = "Z_UP";