浏览代码

[csharp] Fix typo

Vperus 6 年之前
父节点
当前提交
8e6141a63d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      csharp/src/Google.Protobuf/ByteString.cs

+ 1 - 1
csharp/src/Google.Protobuf/ByteString.cs

@@ -55,7 +55,7 @@ namespace Google.Protobuf
         private readonly byte[] bytes;
 
         /// <summary>
-        /// Unsafe operations that can cause IO Failure and/or other catestrophic side-effects.
+        /// Unsafe operations that can cause IO Failure and/or other catastrophic side-effects.
         /// </summary>
         internal static class Unsafe
         {