~ecryptfs/ecryptfs/trunk

« back to all changes in this revision

Viewing changes to src/utils/ecryptfs-setup-private

  • Committer: Dustin Kirkland
  • Date: 2009-10-20 18:51:05 UTC
  • Revision ID: kirkland@canonical.com-20091020185105-iy6fz33j2qkw88o5
src/utils/ecryptfs-setup-private: fix typo, s/getext/gettext, LP: #456565

Show diffs side-by-side

added added

removed removed

Lines of Context:
282
282
                                if printf "%s\0" "$LOGINPASS" | /sbin/unix_chkpwd "$USER" nullok; then
283
283
                                        break
284
284
                                else
285
 
                                        echo `gettext "ERROR:"` `getext "Your login passphrase is incorrect"`
 
285
                                        echo `gettext "ERROR:"` `gettext "Your login passphrase is incorrect"`
286
286
                                        tries=$(($tries + 1))
287
287
                                fi
288
288
                        fi