From f75c8e5a0e7a7d74d793ca9997184d6f1004932b Mon Sep 17 00:00:00 2001 From: Andy Shevchenko Date: Sun, 5 May 2013 08:02:46 +0000 Subject: doc: fix spelling in the comments Signed-off-by: Andy Shevchenko git-svn-id: file:///svnroot/renrot/trunk@622 fe2816f4-e837-0410-b10a-f608c9d244a1 --- renrot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renrot b/renrot index 2e51146..ad7ea13 100755 --- a/renrot +++ b/renrot @@ -5,7 +5,7 @@ # # Analyze crash in third-party modules -# (Receipt has been taken from http://ilya-dogolazky.livejournal.com/15061.html) +# (Recipe has been borrowed from http://ilya-dogolazky.livejournal.com/15061.html) BEGIN { $| = 1; $SIG{__DIE__} = sub { use Carp; confess $_[0] . 'Aborted' } } use strict; -- cgit v1.2.1