diff --git a/projekt 1/main.cpp b/projekt 1/main.cpp index 73a29ee..fa1f30e 100644 --- a/projekt 1/main.cpp +++ b/projekt 1/main.cpp @@ -70,7 +70,7 @@ void eksperyment(void(*funkcja_sortujaca)(int*, int), const std::string& nazwa, output << std::setw(1) << ""; for (int nr = 0; nr < powtorzen; ++nr) output << std::setw(9) << nr + 1 << " "; - output << std::setw(12) << "średna" << " "; + output << std::setw(12) << "średnia" << " "; output << "\n"; for (int rozmiar = rozmiar_poczatkowy; ; rozmiar *= 2) {