Explorar el Código

Merge pull request #187 from johndpope/master

fix for typo
Thomas Van Lenten hace 9 años
padre
commit
aee5423461
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Sources/protoc-gen-swift/FileGenerator.swift

+ 1 - 1
Sources/protoc-gen-swift/FileGenerator.swift

@@ -291,7 +291,7 @@ class FileGenerator {
         if !comments.isEmpty {
             p.print(comments)
             // If the was a leading or tailing comment it won't have a blank
-            // line, after it, so esure there is one.
+            // line, after it, so ensure there is one.
             if !comments.hasSuffix("\n\n") {
                 p.print("\n")
             }