Skip to content

Commit f28af58

Browse files
Fix typo
1 parent b2baf41 commit f28af58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/protoc-gen-swift/FileGenerator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ class FileGenerator {
181181
"// If the compiler emits an error on this type, it is because this file\n",
182182
"// was generated by a version of the `protoc` Swift plug-in that is\n",
183183
"// incompatible with the version of SwiftProtobuf to which you are linking.\n",
184-
"// Please ensure that your are building against the same version of the API\n",
184+
"// Please ensure that you are building against the same version of the API\n",
185185
"// that was used to generate this file.\n",
186186
"fileprivate struct _GeneratedWithProtocGenSwiftVersion: SwiftProtobuf.ProtobufAPIVersionCheck {\n")
187187
p.indent()

0 commit comments

Comments
 (0)