]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/dot_net_example/distribution_explorer/DistexForm.cs
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / math / dot_net_example / distribution_explorer / DistexForm.cs
index eaccfeac9d8f6cbd50b283ab400bbcd8f474eef9..8123b8ac3f50f98622b9c83cd8f8c9e48d4e8263 100644 (file)
@@ -472,7 +472,7 @@ namespace distribution_explorer
         {
             coefficient_of_variation.Text = "Undefined";
         }
-        sw.WriteLine("Cofficient of variation" + separator + coefficient_of_variation.Text);
+        sw.WriteLine("Coefficient of variation" + separator + coefficient_of_variation.Text);
         try
         {
             kurtosis.Text = dist.kurtosis().ToString();