]> git.sur5r.net Git - cc65/commitdiff
Fixed typo.
authorOliver Schmidt <ol.sc@web.de>
Wed, 14 Nov 2018 17:02:56 +0000 (18:02 +0100)
committerOliver Schmidt <ol.sc@web.de>
Wed, 14 Nov 2018 17:02:56 +0000 (18:02 +0100)
doc/c128.sgml
doc/c64.sgml
doc/cbm510.sgml
doc/cbm610.sgml

index 84b601ab770293e117a4964f0b4b9b6f57a63152..82c280ef0193ec6482275600815ce0fa63a9297f 100644 (file)
@@ -342,7 +342,7 @@ The default drivers, <tt/mouse_stddrv (mouse_static_stddrv)/, point to <tt/c128-
 <sect1>Realtime clock<p>
 
 The realtime clock functions use the CIA1 TOD clock. As that clock only stores
-the time but not the date, the date set by <tt/clock_settime()/ ist simply stored
+the time but not the date, the date set by <tt/clock_settime()/ is simply stored
 inside the C library for retrieval in the same program via <tt/clock_gettime()/.
 
 
index 8c910666cb0fb37ddc88d75d7cc9089c70b3cd8e..37ac0c1466b39ac4257177b00dad38ead19f3211 100644 (file)
@@ -421,7 +421,7 @@ The default drivers, <tt/mouse_stddrv (mouse_static_stddrv)/, point to <tt/c64-1
 <sect1>Realtime clock<p>
 
 The realtime clock functions use the CIA1 TOD clock. As that clock only stores
-the time but not the date, the date set by <tt/clock_settime()/ ist simply stored
+the time but not the date, the date set by <tt/clock_settime()/ is simply stored
 inside the C library for retrieval in the same program via <tt/clock_gettime()/.
 
 
index 5df8f06f6b3d03f843cbfe5bded8c154e389822f..600a1fe90d33f3f8427d57fc9616d9352765b2ec 100644 (file)
@@ -245,7 +245,7 @@ The default drivers, <tt/mouse_stddrv (mouse_static_stddrv)/, point to <tt/cbm51
 <sect1>Realtime clock<p>
 
 The realtime clock functions use the CIA1 TOD clock. As that clock only stores
-the time but not the date, the date set by <tt/clock_settime()/ ist simply stored
+the time but not the date, the date set by <tt/clock_settime()/ is simply stored
 inside the C library for retrieval in the same program via <tt/clock_gettime()/.
 
 
index 49313c4d2c0da6bc83e07dc2fc2fb0f9590db577..68b1060ad9ee099c8927c124881aa20136e8fa43 100644 (file)
@@ -227,7 +227,7 @@ No mouse drivers are currently available for the Commodore 610.
 <sect1>Realtime clock<p>
 
 The realtime clock functions use the CIA1 TOD clock. As that clock only stores
-the time but not the date, the date set by <tt/clock_settime()/ ist simply stored
+the time but not the date, the date set by <tt/clock_settime()/ is simply stored
 inside the C library for retrieval in the same program via <tt/clock_gettime()/.