* lib/lyx2lyx/lyx_1_4.py:

* lib/examples/noweb2lyx.lyx: fix typo: "can not" => "cannot"


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15976 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Michael Schmitt 2006-11-19 12:32:38 +00:00
parent cb78985841
commit 1a4b549a53
2 changed files with 4 additions and 4 deletions

View File

@ -713,11 +713,11 @@ sub setup_files {
\newline
my($in, $out) = @_;
\newline
open(INPUT, "<$in") || die "Can not read $in: $!
open(INPUT, "<$in") || die "Cannot read $in: $!
\backslash
n";
\newline
open(OUTPUT, ">$out") || die "Can not write $out: $!
open(OUTPUT, ">$out") || die "Cannot write $out: $!
\backslash
n";
\newline
@ -1060,7 +1060,7 @@ noweb2lyx
\newline
open(INPUT, "<$relyx_file") ||
\newline
die "Can not read $relyx_file: $!
die "Cannot read $relyx_file: $!
\backslash
n";
\newline

View File

@ -1863,7 +1863,7 @@ def convert_graphics(document):
# We could use a heuristic and take the current directory,
# and we could try to find out if documentname has an extension,
# but that would be just guesses and could be wrong.
document.warning("""Warning: Can not determine whether document
document.warning("""Warning: Cannot determine whether document
%s
needs an extension when reading from standard input.
You may need to correct the document manually or run