Correct typo

This commit is contained in:
gearcats 2018-12-11 14:03:28 -05:00
parent 8eafaaa61e
commit b98ee86b13

View file

@ -39,7 +39,7 @@ public class ReadAllEvents {
while (queue.getNextEvent(event)) { while (queue.getNextEvent(event)) {
/* /*
* Create a strug buffer and put in it, the controller name, * Create a string buffer and put in it, the controller name,
* the time stamp of the event, the name of the component * the time stamp of the event, the name of the component
* that changed and the new value. * that changed and the new value.
* *