Browse Source

Fixed comment

Jan Potocki 5 years ago
parent
commit
62ff6ef5b5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      pea2plus.cpp

+ 1
- 1
pea2plus.cpp View File

12
 using namespace std;
12
 using namespace std;
13
 
13
 
14
 // USTAWIENIA
14
 // USTAWIENIA
15
-// Liczba powtorzen automatycznych pomiarow do usrednienia
15
+// Liczba powtorzen automatycznych pomiarow
16
 const int measureIterations = 10;
16
 const int measureIterations = 10;
17
 // liczba automatycznych pomiarow
17
 // liczba automatycznych pomiarow
18
 const int measureNumber = 4;
18
 const int measureNumber = 4;

Loading…
Cancel
Save