diff options
Diffstat (limited to 'Perl/demos')
-rw-r--r-- | Perl/demos/zinc-demos | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Perl/demos/zinc-demos b/Perl/demos/zinc-demos index 907dc99..2117f82 100644 --- a/Perl/demos/zinc-demos +++ b/Perl/demos/zinc-demos @@ -161,7 +161,7 @@ $T->insert('end', "6. A magic lens based on Graphics.pm. (nicer with openGL)\n", $T->insert('end', "\n", '', "All Items\n", 'title'); -$T->insert('end', "1. Exemples of all items.\n", [qw/demo demo-items/]); +$T->insert('end', "1. Examples of all items.\n", [qw/demo demo-items/]); $T->insert('end', "2. All items options (and their types).\n", [qw/demo demo-all_options/]); $T->insert('end', "3. Examples of line style and line termination.\n", [qw/demo demo-lines/]); $T->insert('end', "4. Curves with multiple contours.\n", [qw/demo demo-contours/]); |