Skip to content

Commit

Permalink
Fix typos. Thanks to Justin Pryzby for the report.
Browse files Browse the repository at this point in the history
  • Loading branch information
darold committed Oct 20, 2019
1 parent 62aad01 commit b1b403e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cgi-bin/pgcluu.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -7082,7 +7082,7 @@ EOF
<div class="col-md-12">
<div class="panel panel-default">
<div class="panel-heading">
<i class="glyphicon icon-th icon-2x pull-left"></i><h2>Partitionning</h2>
<i class="glyphicon icon-th icon-2x pull-left"></i><h2>Partitioning</h2>
</div>
<div class="panel-body">
<div class="key-figures">
Expand Down
4 changes: 2 additions & 2 deletions pgcluu
Original file line number Diff line number Diff line change
Expand Up @@ -2093,7 +2093,7 @@ sub write_database_info
<h3>$sysinfo{PARTITIONNED_TABLE}{$db}{$oid}{name}</h3>
<div class="key-figures">
<ul>
<li>Partitionning kind: <span class="figure">$sysinfo{PARTITIONNED_TABLE}{$db}{$oid}{kind}</span></li>
<li>Partitioning kind: <span class="figure">$sysinfo{PARTITIONNED_TABLE}{$db}{$oid}{kind}</span></li>
<li>Number of partitions: <span class="figure">$sysinfo{PARTITIONNED_TABLE}{$db}{$oid}{nparts}</span></li>
<li>$sysinfo{PARTITIONNED_TABLE}{$db}{$oid}{kind} detail: <pre>$sysinfo{PARTITIONNED_TABLE}{$db}{$oid}{implementation}</pre></li>
</ul>
Expand Down Expand Up @@ -7239,7 +7239,7 @@ EOF
<div class="col-md-12">
<div class="panel panel-default">
<div class="panel-heading">
<i class="glyphicon icon-th icon-2x pull-left"></i><h2>Partitionning</h2>
<i class="glyphicon icon-th icon-2x pull-left"></i><h2>Partitioning</h2>
</div>
<div class="panel-body">
<div class="key-figures">
Expand Down

0 comments on commit b1b403e

Please sign in to comment.