Description
There is a typo in the FrameCounter update function implementation from the examples (here), there is a variable called elasped_secs, which naturally should be elapsed_secs.
Repro steps
The code I am referring to is here.
Expected vs observed behavior
I would expect the variable to be called elapsed_secs instead of elasped_secs.
Extra materials
N/A
Platform
N/A