~fourmond/pmount/main

« back to all changes in this revision

Viewing changes to src/pmount.c

  • Committer: Vincent Fourmond
  • Date: 2011-03-12 23:36:55 UTC
  • Revision ID: git-v1:6e67f967796b07067431022c8f547adf8561b05a
Fixed typo

Show diffs side-by-side

added added

removed removed

Lines of Context:
796
796
    if( ! user_physically_logged_in() && 
797
797
        ! conffile_allow_not_physically_logged()) {
798
798
        fprintf(stderr, 
799
 
                _("You are not physically logged in and your"
 
799
                _("You are not physically logged in and your "
800
800
                  "system administrator does not "
801
801
                  "allow remote users to run %s, aborting\n"), argv[0]);
802
802
        return E_DISALLOWED;