Penguin

Differences between version 35 and revision by previous author of CommonErrors.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 35 Last edited on Thursday, September 9, 2004 4:19:59 pm by JohnMcPherson Revert
Older page: version 33 Last edited on Monday, August 23, 2004 2:06:51 pm by PerryLorier Revert
@@ -13,9 +13,9 @@
 If it is some kind of script, it might point to an interpreter that doesn't exist on your system. For example, it used to be common to see perl scripts whose first line was: 
  #!/usr/local/bin/perl 
 But if you had perl installed as /bin/perl or /usr/bin/perl you would get this message. 
  
-Another possibility is that the script was editted on windows, or another 
+Another possibility is that the script was edited on windows, or another 
 editor that added windows' style line endings (carriage-return + linefeed). 
 Try using "dos2unix" or "tr -d '\r'" to go back to normal newline (linefeed 
 only) line endings.