minor typos in comment
Stefan Schuermans

Stefan Schuermans commited on 2011-11-22 22:10:35
Showing 2 changed files, with 2 additions and 2 deletions.

... ...
@@ -155,7 +155,7 @@ void Canvas::updateInListFull()
155 155
       ++itIn;
156 156
     }
157 157
 
158
-  } // while itFile itIn
158
+  } // while itSubdir itIn
159 159
 }
160 160
 
161 161
 /// get output stream
... ...
@@ -118,7 +118,7 @@ void Priority::updateInListFull()
118 118
       ++itIn;
119 119
     }
120 120
 
121
-  } // while itFile itIn
121
+  } // while itSubdir itIn
122 122
 }
123 123
 
124 124
 /// get output stream
125 125