~foxtrotgps-team/foxtrotgps/trunk

« back to all changes in this revision

Viewing changes to src/callbacks.c

  • Committer: Paul Wise
  • Date: 2020-01-15 05:46:18 UTC
  • Revision ID: pabs3@bonedaddy.net-20200115054618-u1m1y2j8n2svyh6h
Fix some typos in the code, comments and documentation

Suggested-by: codespell
Suggested-by: spellintian

Show diffs side-by-side

added added

removed removed

Lines of Context:
1593
1593
                                                        &error);
1594
1594
                        if(!photo)
1595
1595
                        {
1596
 
                                printf ("+++++++++++++ FOTO NOT FOUND +++++++++\n");
 
1596
                                printf ("+++++++++++++ PHOTO NOT FOUND +++++++++\n");
1597
1597
                                g_sprintf (buffer, _("File not found"));
1598
1598
                        }
1599
1599
                        else
1697
1697
                                                        &error);
1698
1698
        if(!photo)
1699
1699
        {
1700
 
                printf ("+++++++++++++ FOTO NOT FOUND: %s +++++++++\n", photo_file);
 
1700
                printf ("+++++++++++++ PHOTO NOT FOUND: %s +++++++++\n", photo_file);
1701
1701
                g_sprintf (buffer, _("File not found"));
1702
1702
        }
1703
1703
        else