Browse Source

[1975] Spelling

Michal 'vorner' Vaner 13 years ago
parent
commit
950d0e3176
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/datasrc/container.cc

+ 1 - 1
src/lib/datasrc/container.cc

@@ -28,7 +28,7 @@ namespace datasrc {
 void
 ConfigurableContainer::configure(const Element& config, bool) {
     // TODO: Implement the cache
-    // TODO: Implement recyclation from the old configuration.
+    // TODO: Implement recycling from the old configuration.
     size_t i(0); // Outside of the try to be able to access it in the catch
     try {
         vector<DataSourceInfo> new_data_sources;