From d60c3ac625461da89e198b8912bb0bda251ef980 Mon Sep 17 00:00:00 2001 From: Vertexwahn Date: Tue, 2 May 2023 20:13:10 +0200 Subject: Fix spelling mistakes --- absl/random/internal/uniform_helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'absl/random') diff --git a/absl/random/internal/uniform_helper.h b/absl/random/internal/uniform_helper.h index e68b82ee..db737e13 100644 --- a/absl/random/internal/uniform_helper.h +++ b/absl/random/internal/uniform_helper.h @@ -217,7 +217,7 @@ using UniformDistribution = // UniformDistributionWrapper is used as the underlying distribution type // by the absl::Uniform template function. It selects the proper Abseil // uniform distribution and provides constructor overloads that match the -// expected parameter order as well as adjusting distribtuion bounds based +// expected parameter order as well as adjusting distribution bounds based // on the tag. template struct UniformDistributionWrapper : public UniformDistribution { -- cgit v1.2.3