From e4516aabf093bcfb21ebbf3a6a1c144acbc643c7 Mon Sep 17 00:00:00 2001 From: Keita Haga Date: Tue, 18 Jan 2011 07:28:40 +0900 Subject: [PATCH] tools.time: fix typo in docs --- basis/tools/time/time-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/tools/time/time-docs.factor b/basis/tools/time/time-docs.factor index 8d891c1aa4..ff9b5be0ef 100644 --- a/basis/tools/time/time-docs.factor +++ b/basis/tools/time/time-docs.factor @@ -7,7 +7,7 @@ ARTICLE: "timing" "Timing code and collecting statistics" { $subsections time } "This word also collects statistics about method dispatch and garbage collection:" { $subsections dispatch-stats. gc-events. gc-stats. gc-summary. } -"A lower-level word puts timings on the stack, intead of printing:" +"A lower-level word puts timings on the stack, instead of printing:" { $subsections benchmark } "You can also read the system clock directly; see " { $link "system" } "." { $see-also "profiling" "tools.annotations" "calendar" } ;