Parcourir la source

[1975] Spelling

Michal 'vorner' Vaner il y a 13 ans
Parent
commit
950d0e3176
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;