From 0fdb5a9cc8ed44aed9851627bbe3faff1b199570 Mon Sep 17 00:00:00 2001
From: goofansu
Date: Thu, 11 Jul 2013 16:33:27 +0800
Subject: Fix supervisor typo
`I` should be `If`
---
lib/stdlib/doc/src/supervisor.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'lib/stdlib')
diff --git a/lib/stdlib/doc/src/supervisor.xml b/lib/stdlib/doc/src/supervisor.xml
index ed09f6e1f2..e2c9c14e6a 100644
--- a/lib/stdlib/doc/src/supervisor.xml
+++ b/lib/stdlib/doc/src/supervisor.xml
@@ -371,7 +371,7 @@ child_spec() = {Id,StartFunc,Restart,Shutdown,Type,Modules}
children.
If the supervisor is simple_one_for_one, Id
- must be the child process' pid(). I the specified
+ must be the child process' pid(). If the specified
process is alive, but is not a child of the given
supervisor, the function will return
{error,not_found}. If the child specification
--
cgit v1.2.3