Skip to content
Snippets Groups Projects
Commit 2d418d48 authored by Oliver Sander's avatar Oliver Sander
Browse files

fix spelling in a method name

[[Imported from SVN: r8461]]
parent 25b311bc
No related branches found
No related tags found
No related merge requests found
...@@ -18045,10 +18045,10 @@ oops: ...@@ -18045,10 +18045,10 @@ oops:
   
/****************************************************************************/ /****************************************************************************/
/* /*
OrderHirarchically - OrderHierarchically -
   
SYNOPSIS: SYNOPSIS:
static INT OrderHirarchically(MULTIGRID *mg) static INT OrderHierarchically(MULTIGRID *mg)
   
PARAMETERS: PARAMETERS:
mg - mg -
...@@ -18064,7 +18064,7 @@ oops: ...@@ -18064,7 +18064,7 @@ oops:
*/ */
/****************************************************************************/ /****************************************************************************/
   
static INT OrderHirarchically(MULTIGRID *mg) static INT OrderHierarchically(MULTIGRID *mg)
{ {
INT i; INT i;
GRID *grid; GRID *grid;
...@@ -18403,8 +18403,8 @@ fault: ...@@ -18403,8 +18403,8 @@ fault:
return 1; return 1;
} }
   
/* now order level 1 to toplevel hirarchically */ /* now order level 1 to toplevel hierarchically */
if (OrderHirarchically(mg)) { if (OrderHierarchically(mg)) {
UserWrite("Insufficient memory to order elements 2\n"); UserWrite("Insufficient memory to order elements 2\n");
#ifdef ModelP #ifdef ModelP
ReleaseTmpMem(heap,MarkKey); ReleaseTmpMem(heap,MarkKey);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment