]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/example/negative_binomial_example1.cpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / math / example / negative_binomial_example1.cpp
index 0895742ad3096d4717d13ecbb9b8a18ce42202ae..92fe48ce27071248b1786910c2428695fd19d82d 100644 (file)
@@ -94,7 +94,7 @@ helpful error message instead of an abrupt program abort.
 /*`
 Selling five candy bars means getting five successes, so successes r = 5.
 The total number of trials (n, in this case, houses visited) this takes is therefore
-  = sucesses + failures or k + r = k + 5.
+  = successes + failures or k + r = k + 5.
 */
     double sales_quota = 5; // Pat's sales quota - successes (r).
 /*`