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

This commit is contained in:
jcyrio
2024-06-04 16:02:43 -05:00
committed by GitHub
co-authored by GitHub
parent c37316e723
commit d0ca616c19
+1 -1
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--;