Browse Source

typo in comment

David Rose 22 years ago
parent
commit
4038da84e5

+ 1 - 1
pandatool/src/gtk-stats/gtkStatsMonitor.cxx

@@ -155,7 +155,7 @@ new_collector(int) {
 //     Function: GtkStatsMonitor::new_data
 //       Access: Public, Virtual
 //  Description: Called as each frame's data is made available.  There
-//               is no gurantee the frames will arrive in order, or
+//               is no guarantee the frames will arrive in order, or
 //               that all of them will arrive at all.  The monitor
 //               should be prepared to accept frames received
 //               out-of-order or missing.

+ 1 - 1
pandatool/src/pstatserver/pStatMonitor.cxx

@@ -274,7 +274,7 @@ new_thread(int) {
 //     Function: PStatMonitor::new_data
 //       Access: Public, Virtual
 //  Description: Called as each frame's data is made available.  There
-//               is no gurantee the frames will arrive in order, or
+//               is no guarantee the frames will arrive in order, or
 //               that all of them will arrive at all.  The monitor
 //               should be prepared to accept frames received
 //               out-of-order or missing.  The use of the

+ 1 - 1
pandatool/src/win-stats/winStatsMonitor.cxx

@@ -143,7 +143,7 @@ new_collector(int collector_index) {
 //     Function: WinStatsMonitor::new_data
 //       Access: Public, Virtual
 //  Description: Called as each frame's data is made available.  There
-//               is no gurantee the frames will arrive in order, or
+//               is no guarantee the frames will arrive in order, or
 //               that all of them will arrive at all.  The monitor
 //               should be prepared to accept frames received
 //               out-of-order or missing.