aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/curses/menu/m_driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'payloads/libpayload/curses/menu/m_driver.c')
-rw-r--r--payloads/libpayload/curses/menu/m_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/libpayload/curses/menu/m_driver.c b/payloads/libpayload/curses/menu/m_driver.c
index deeff4710c..b2a714556d 100644
--- a/payloads/libpayload/curses/menu/m_driver.c
+++ b/payloads/libpayload/curses/menu/m_driver.c
@@ -180,7 +180,7 @@ _nc_Match_Next_Character_In_Item_Name
or PREV_PATTERN scan this means, that there was no additional match.
If we searched with an expanded new pattern, we should never reach
this point, because if the expanded pattern matches also the actual
- item we will find it in the first attempt (passed==FALSE) and we
+ item we will find it in the first attempt (passed == FALSE) and we
will never cycle through the whole item array.
*/
assert(ch == 0 || ch == BS);