typo: 'our our' to 'of our' (#4037)

This commit is contained in:
jcyrio 2024-06-04 14:02:43 -07:00 committed by GitHub
parent c37316e723
commit d0ca616c19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2071,7 +2071,7 @@ void Screen::setFrames()
LOG_DEBUG("Total frame count: %d\n", totalFrameCount); LOG_DEBUG("Total frame count: %d\n", totalFrameCount);
#endif #endif
// We don't show the node info our our node (if we have it yet - we should) // We don't show the node info of our node (if we have it yet - we should)
size_t numMeshNodes = nodeDB->getNumMeshNodes(); size_t numMeshNodes = nodeDB->getNumMeshNodes();
if (numMeshNodes > 0) if (numMeshNodes > 0)
numMeshNodes--; numMeshNodes--;