Fix spelling

This commit is contained in:
John Bampton
2020-12-13 01:26:15 +10:00
committed by Abdelatif Guettouche
parent 2fda2451e3
commit ba12c6c0cf
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ void edid_dump(FAR const struct edid_info_s *edid)
if ((edid->edid_video_input & EDID_DISPLAY_INPUT_SYNC) != 0)
{
syslog(LOG_INFO, " %-16sSeperate syncs\n", "");
syslog(LOG_INFO, " %-16sSeparate syncs\n", "");
}
if ((edid->edid_video_input & EDID_DISPLAY_INPUT_COMPOSITE) != 0)