Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan git-svn-id: svn://10.0.0.236/trunk@185276 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -154,7 +154,7 @@ while ($func = pop @funcs_to_demangle) {
|
||||
|
||||
# print STDERR "Got result $_\n";
|
||||
if (/\s*(\S+)\s*==\s*(.*)$/) {
|
||||
# print STDERR"succesfully demangled $1 to $2\n";
|
||||
# print STDERR"successfully demangled $1 to $2\n";
|
||||
$demangle{$1} = $2;
|
||||
} else {
|
||||
$demangle{$1} = $1;
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
# This file is hand crafted.
|
||||
#
|
||||
# Each line contains two module names seperated by whitespace.
|
||||
# Each line contains two module names separated by whitespace.
|
||||
# If both modules are in the needed modules as defined by module-graph.pl,
|
||||
# then the first module will always proceed the second module.
|
||||
# Module order is not changed otherwise.
|
||||
|
||||
Reference in New Issue
Block a user