]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/tex2rtf/src/rtfutils.cpp
Fixed the problem of the RPM having the builder's user and group id
[wxWidgets.git] / utils / tex2rtf / src / rtfutils.cpp
index 60e31552e8fea333662c151cacc3cd8aed13c149..c3a3968f1b9eeb897b550122e9595f2856ab59b6 100644 (file)
@@ -667,7 +667,7 @@ void ProcessText2RTF(TexChunk *chunk)
       i += 1;
       changed = TRUE;
     }
-    else if (inVerbatim && (ch == '{' || ch == '}')) // Escape the curly bracket
+    else if (inVerbatim && (ch == '{' || ch == '}')) // Escape the curley bracket
     {
       BigBuffer[ptr] = '\\'; ptr ++;
       BigBuffer[ptr] = ch; ptr ++;