Skip to content

Commit 655afbe

Browse files
committed
Опечатка.
1 parent b06bff4 commit 655afbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/OneScript.StandardLibrary/Xml/XmlWriterImpl.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,8 @@ private static void CopyAttribute(string attributeNameIn, string attributeValue,
265265
if (uri is BslStringValue)
266266
{
267267
var value = uri.ExplicitString();
268-
var curentPrefix = writerNsContext.LookupPrefix(value);
269-
if (!(curentPrefix is BslStringValue && curentPrefix.ExplicitString().Equals(splittedName.prefix, StringComparison.Ordinal)))
268+
var currentPrefix = writerNsContext.LookupPrefix(value);
269+
if (!(currentPrefix is BslStringValue && currentPrefix.ExplicitString().Equals(splittedName.prefix, StringComparison.Ordinal)))
270270
{
271271
writer.WriteNamespaceMapping(splittedName.prefix, value);
272272
}

0 commit comments

Comments
 (0)