From bc4f5e908acb39558c64294b18f4bb4585db5eaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sven=20Sch=C3=B6nherr?= Date: Fri, 27 Jun 1997 08:26:23 +0000 Subject: [PATCH] typos fixed --- Packages/Random_numbers/doc_tex/Generator/Random.tex | 4 ++-- Packages/Random_numbers/doc_tex/support/Generator/Random.tex | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Packages/Random_numbers/doc_tex/Generator/Random.tex b/Packages/Random_numbers/doc_tex/Generator/Random.tex index b9a6c55bed7..ecf8ea3ee26 100644 --- a/Packages/Random_numbers/doc_tex/Generator/Random.tex +++ b/Packages/Random_numbers/doc_tex/Generator/Random.tex @@ -53,11 +53,11 @@ deterministically or using the seed functions as described below. \ccConstructor{ CGAL_Random( Seed seed);}{ introduces a variable \ccVar\ of type \ccClassTemplateName\ - and initializes it's internal seed with \ccc{seed}.} + and initializes its internal seed with \ccc{seed}.} \ccConstructor{ CGAL_Random( long init);}{ introduces a variable \ccVar\ of type \ccClassTemplateName\ - and initializes it's internal seed using \ccc{init}. Equal + and initializes its internal seed using \ccc{init}. Equal values for \ccc{init} result in equal sequences of random numbers.} diff --git a/Packages/Random_numbers/doc_tex/support/Generator/Random.tex b/Packages/Random_numbers/doc_tex/support/Generator/Random.tex index b9a6c55bed7..ecf8ea3ee26 100644 --- a/Packages/Random_numbers/doc_tex/support/Generator/Random.tex +++ b/Packages/Random_numbers/doc_tex/support/Generator/Random.tex @@ -53,11 +53,11 @@ deterministically or using the seed functions as described below. \ccConstructor{ CGAL_Random( Seed seed);}{ introduces a variable \ccVar\ of type \ccClassTemplateName\ - and initializes it's internal seed with \ccc{seed}.} + and initializes its internal seed with \ccc{seed}.} \ccConstructor{ CGAL_Random( long init);}{ introduces a variable \ccVar\ of type \ccClassTemplateName\ - and initializes it's internal seed using \ccc{init}. Equal + and initializes its internal seed using \ccc{init}. Equal values for \ccc{init} result in equal sequences of random numbers.}