summaryrefslogtreecommitdiff
path: root/lib/sbin/f_depend_modules.pl
diff options
context:
space:
mode:
authorrideout <rideout@17b73243-c579-4c4c-a9d2-2d5706c11dac>2007-10-11 22:51:24 +0000
committerrideout <rideout@17b73243-c579-4c4c-a9d2-2d5706c11dac>2007-10-11 22:51:24 +0000
commitec8461a35c77c20e01236bc48a4bbf8f9890c6aa (patch)
tree93d89c6fd56296a08002e0274a60383e4f3695b6 /lib/sbin/f_depend_modules.pl
parent38e020602d8b5ce9a6bac4ec15ca6e12c91102b1 (diff)
spelling fix
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4430 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/f_depend_modules.pl')
-rwxr-xr-xlib/sbin/f_depend_modules.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sbin/f_depend_modules.pl b/lib/sbin/f_depend_modules.pl
index 9cb20888..f3fdb272 100755
--- a/lib/sbin/f_depend_modules.pl
+++ b/lib/sbin/f_depend_modules.pl
@@ -83,7 +83,7 @@ while (<STDIN>)
}
if (! $found)
{
- print STDERR "$srcfile:$line: Warning: While tracing include depencencies: Include file \"$name\" not found\n";
+ print STDERR "$srcfile:$line: Warning: While tracing include dependencies: Include file \"$name\" not found\n";
if (@otherdirs)
{
print STDERR " Searched in thorn directory and in [" . join(', ', @otherdirs) . "]\n";
@@ -163,7 +163,7 @@ while (<STDIN>)
}
if (! $found)
{
- print STDERR "$srcfile:$line: Warning: While tracing module depencencies: Source file for module \"$name\" not found\n";
+ print STDERR "$srcfile:$line: Warning: While tracing module dependencies: Source file for module \"$name\" not found\n";
if (@otherdirs)
{
print STDERR " Searched in thorn directory and in [" . join(', ', @otherdirs) . "]\n";