From 4b98935889bcb2e60a70e8b11cfaf09aa4cf212f Mon Sep 17 00:00:00 2001 From: cuz Date: Sun, 6 Jun 2004 10:33:00 +0000 Subject: [PATCH] Corrected minor spelling errors git-svn-id: svn://svn.cc65.org/cc65/trunk@3103 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/geos.sgml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/doc/geos.sgml b/doc/geos.sgml index 70749e6a8..cf8a82b83 100644 --- a/doc/geos.sgml +++ b/doc/geos.sgml @@ -9,7 +9,7 @@ v1.5, 26.12.1999, 2000, 2001, 2002, 2003 This is the documentation of cc65's GEOSLib, but information contained here may be also -useful for writting GEOS applications in general. +useful for writing GEOS applications in general. @@ -68,7 +68,7 @@ cc65 to simple Requirements

You will not need c64 or c128 for development. The only hardware requirement is a PC capable of -runing cc65. You will however need c64 or c128 emulator and GEOS image disks (.d64) to test your +running cc65. You will however need c64 or c128 emulator and GEOS image disks (.d64) to test your programs. The software needed: @@ -86,7 +86,7 @@ The software needed: disk image files. @@ -123,7 +123,7 @@ This chapter describes some rules you ought to obey, and how to use GEOSLib.

Apart from this file, which merely describes only standard GEOS library functions, you should read @@ -177,7 +177,7 @@ wanted to avoid unnecessary pushing and popping arguments from stack because cc6 Do not try to compile in strict ANSI mode. Library uses cc65 extensions which are not available in ANSI.

-It is possible to use dynamicaly loaded modules, three such modules are provided: +It is possible to use dynamically loaded modules, three such modules are provided: GEOS TGI driver, GEOS EMD driver (for VDC extended memory) and GEOS JOY driver. Just make sure that their filenames appear UPPERCASE in DeskTop. There are no more special recommendations, read cc65 documentation about modules and demo programs source code. @@ -407,7 +407,7 @@ Here you will find information about functions related with menus and icons. Menus

-Menus are essencial for GUI. GEOS can handle only one menu at a time, but each menu can call +Menus are essential for GUI. GEOS can handle only one menu at a time, but each menu can call another one, which results in submenu tree. There can be up to 8 menu levels, each one with up to 32 items.

@@ -462,7 +462,7 @@ same as -This function disables all mouse actitivies - icons and menus stop to respond to mouse events, +This function disables all mouse activities - icons and menus stop to respond to mouse events, but they are not cleared from the screen. MouseUp and MouseOff @@ -696,8 +696,8 @@ enabled. -Similar to previous but needed for writting the disk. Directory header

@@ -718,7 +718,7 @@ Note that passed pointer must point to an array of at least 17 bytes.

-These functions are reading and writting the directory header. You should use Both functions are allocating enough disk sectors to fit the number of The difference between those two is that You have to declare a When saving sequential files two most important fields in -However some of them have slighty different calling convention (order of arguments to be specific), +However some of them have slightly different calling convention (order of arguments to be specific), so please check their syntax here before direct replacing.

Please note that the memory areas described here as