mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-16 09:29:55 +00:00
Fix comment spelling errors
.. lots of them !
This commit is contained in:
committed by
Mark Liversedge
parent
1cd85fa415
commit
35eb416bd2
@@ -937,7 +937,7 @@ HistogramWindow::updateChart()
|
||||
|
||||
if (rangemode) {
|
||||
|
||||
// set the date range to the appropiate selection
|
||||
// set the date range to the appropriate selection
|
||||
DateRange use;
|
||||
if (useCustom) {
|
||||
|
||||
@@ -1036,7 +1036,7 @@ HistogramWindow::updateChart()
|
||||
powerHist->recalc(true); // interval changed? force recalc
|
||||
powerHist->replot();
|
||||
|
||||
interval = false;// we force a recalc whem called coz intervals
|
||||
interval = false;// we force a recalc when called coz intervals
|
||||
// have been selected. The recalc routine in
|
||||
// powerhist optimises out, but doesn't keep track
|
||||
// of interval selection -- simplifies the setters
|
||||
|
||||
Reference in New Issue
Block a user