diff -r c1cc036c6e1f -r c382df477b0c src/Configuration.cc --- a/src/Configuration.cc Thu Feb 06 22:11:28 2014 +0200 +++ b/src/Configuration.cc Thu Feb 06 22:11:45 2014 +0200 @@ -16,7 +16,7 @@ * along with this program. If not, see . * ===================================================================== * - * config.cpp: Configuration management. I don't like how unsafe QSettings + * config.cxx: Configuration management. I don't like how unsafe QSettings * is so this implements a type-safer and identifer-safer wrapping system of * configuration variables. QSettings is used underlyingly, this is a matter * of interface.