--- trunk/src/applications/staticProps/GofR.cpp 2012/08/22 02:28:28 1782 +++ trunk/src/applications/staticProps/GofR.cpp 2012/08/22 18:43:27 1785 @@ -63,7 +63,7 @@ namespace OpenMD { std::fill(avgGofr_.begin(), avgGofr_.end(), 0.0); } - void GofR::initalizeHistogram() { + void GofR::initializeHistogram() { std::fill(histogram_.begin(), histogram_.end(), 0); }