[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#307031: marked as done ('man bwbasic' typos: "Implenentation", "Mimimal", "conclludes", "defitions", "determing", "enviroment", "folowing", "oputput", etc.)



Your message dated Tue, 31 May 2005 16:02:06 -0400
with message-id <E1DdCwA-0004eX-00@newraff.debian.org>
and subject line Bug#307031: fixed in bwbasic 2.20pl2-7
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 30 Apr 2005 07:44:03 +0000
>From agcosta@gis.net Sat Apr 30 00:44:03 2005
Return-path: <agcosta@gis.net>
Received: from mx05.gis.net [208.218.130.13] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1DRmdu-0003kb-00; Sat, 30 Apr 2005 00:44:02 -0700
Received: from arf ([207.7.200.213]) by mx05.gis.net; Sat, 30 Apr 2005 03:44:00 -0400
Received: from alfie by Arf with local (Exim 3.36 #1 (Debian))
	id 1DRmeL-00077A-00; Sat, 30 Apr 2005 03:44:29 -0400
Content-Type: multipart/mixed; boundary="===============2001349053=="
MIME-Version: 1.0
From: A Costa <agcosta@gis.net>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: 'man bwbasic' typos: "Implenentation", "Mimimal", "conclludes", "defitions",
 "determing", "enviroment", "folowing", "oputput", etc.
X-Mailer: reportbug 3.11
Date: Sat, 30 Apr 2005 03:43:53 -0400
Message-Id: <E1DRmeL-00077A-00@Arf>
Sender: A Costa <alfie@Arf>
X-BadReturnPath: alfie@Arf rewritten as agcosta@gis.net
  using "From" header
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===============2001349053==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: bwbasic
Version: 2.20pl2-6
Severity: minor
Tags: patch


Found some typos in '/usr/share/man/man1/bwbasic.1.gz', see attached '.diff'.

Hope this helps...

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages bwbasic depends on:
ii  libc6                       2.3.2.ds1-21 GNU C Library: Shared libraries an

-- no debconf information

--===============2001349053==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="bwbasic.1.diff"

--- -	2005-04-30 03:43:18.196454000 -0400
+++ /tmp/bwbasic1.gz.27273	2005-04-30 03:43:18.190741341 -0400
@@ -214,7 +214,7 @@
    added to the program in memory.
 
    Line numbers are not strictly required, but are useful if the
-   interactive enviroment is used for programming.  For longer
+   interactive environment is used for programming.  For longer
    program entry one might prefer to use an ASCII text editor, and
    in this case lines can be entered without numbers. One can use
    DO NUM and DO UNNUM to number or unnumber lines. See also the
@@ -312,7 +312,7 @@
 
 5. EXPANDED REFERENCE FOR COMMANDS AND FUNCTIONS
 
-   The "Dependencies" listed in the folowing reference materials
+   The "Dependencies" listed in the following reference materials
    refers to flags that must be set to TRUE in bwbasic.h for the
    associated command or function to be implemented.  These flags
    are as follows:
@@ -326,7 +326,7 @@
    COMMON_CMDS          Commands beyond ANSI Minimal BASIC which are common
                         to Full ANSI BASIC and Microsoft BASICs
 
-   COMMON_FUNCS         Functions beyond the ANSI Mimimal BASIC core, but
+   COMMON_FUNCS         Functions beyond the ANSI Minimal BASIC core, but
                         common to both ANSI Full BASIC and Microsoft-style
                         BASIC varieties
 
@@ -498,7 +498,7 @@
                  number (precision is irrelevant in bwBASIC since
                  bwBASIC numbers have only one precision).
 
-   Implenentation-Specific Notes:
+   Implementation-Specific Notes:
 
    CVD(), CVI(), CVS(), MKI$(), MKD$(), MKS$(): These functions
    are implemented, but are dependent on a) the sizes for integer,
@@ -672,7 +672,7 @@
    Description:  EDIT is a pseudo-command which calls the text editor
                  specified in the variable BWB.EDITOR$ to edit the
                  program in memory.  After the call to the text editor,
-                 the (edited) prgram is reloaded into memory.  The user
+                 the (edited) program is reloaded into memory.  The user
                  normally must specific a valid path and filename in
                  BWB.EDITOR$ before this command will be useful.
 
@@ -845,7 +845,7 @@
 
    Description:  FUNCTION introduces a function definition, normally
                  ending with END FUNCTION.  In bwBASIC, FUNCTION and
-                 DEF are qorking equivalents, so either can be used
+                 DEF are working equivalents, so either can be used
                  with single-line function definitions or with multi-
                  line definitions terminated by END FUNCTION.
 
@@ -866,7 +866,7 @@
 
    Command:      GET [#] device-number [, record-number]
 
-   Description:  GET reads the next reacord from a random-access file
+   Description:  GET reads the next record from a random-access file
                  or device into the buffer associated with that file.
                  If record-number is specified, the GET command reads the
                  specified record.
@@ -1411,7 +1411,7 @@
    Description:  SELECT CASE introduces a multi-line conditional selection
                  statement.  The expression given as the argument to SELECT
                  CASE will be evaluated by CASE statements following.  The
-                 SELECT CASE statement conclludes with an END SELECT
+                 SELECT CASE statement concludes with an END SELECT
                  statement.
 
                  As currently implemented, CASE statements may be followed
@@ -1623,7 +1623,7 @@
 
    Description:  WIDTH sets screen or device output to 'number'
                  columns.  device-number specifies the device
-                 or file for oputput.
+                 or file for output.
 
    Dependencies: COMMON_CMDS
 
@@ -1659,7 +1659,7 @@
 
    The preset variable BWB.PROMPT$ can be used to set the prompt
    string for bwBASIC.  Again, it is suggested that a user-
-   selected promptcan be set up in a "profile.bas" to be
+   selected prompt can be set up in a "profile.bas" to be
    initialized each time bwBASIC starts.  Note that special
    characters can be added to the prompt string, e.g.,
 
@@ -1670,7 +1670,7 @@
    The preset variable BWB.IMPLEMENTATION$ will return "TTY" for
    the bwx_tty implementation and will return "IQC" for the
    IBM PC or Compatibles with QuickC (bwx_iqc) implementation.
-   This may be useful in determing which commands and functions
+   This may be useful in determining which commands and functions
    (specifically CLS, LOCATE, and INKEY$) may be available. 
 
 
@@ -1759,7 +1759,7 @@
 
    XMEM         PC-type computers need to be able to use extended
                 memory.  If we could use extended memory for program
-                lines, variables, and function defitions, we could
+                lines, variables, and function definitions, we could
                 write much longer programs.  This would entail,
                 however, a fairly serious rewriting of the program
                 to utilize memory handles for these storage features

--===============2001349053==--

---------------------------------------
Received: (at 307031-close) by bugs.debian.org; 31 May 2005 20:09:05 +0000
>From katie@ftp-master.debian.org Tue May 31 13:09:05 2005
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1DdD2v-0006Zf-00; Tue, 31 May 2005 13:09:05 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1DdCwA-0004eX-00; Tue, 31 May 2005 16:02:06 -0400
From: Vince Mulhollon <vlm@debian.org>
To: 307031-close@bugs.debian.org
X-Katie: $Revision: 1.56 $
Subject: Bug#307031: fixed in bwbasic 2.20pl2-7
Message-Id: <E1DdCwA-0004eX-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Tue, 31 May 2005 16:02:06 -0400
Delivered-To: 307031-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: bwbasic
Source-Version: 2.20pl2-7

We believe that the bug you reported is fixed in the latest version of
bwbasic, which is due to be installed in the Debian FTP archive:

bwbasic_2.20pl2-7.diff.gz
  to pool/main/b/bwbasic/bwbasic_2.20pl2-7.diff.gz
bwbasic_2.20pl2-7.dsc
  to pool/main/b/bwbasic/bwbasic_2.20pl2-7.dsc
bwbasic_2.20pl2-7_i386.deb
  to pool/main/b/bwbasic/bwbasic_2.20pl2-7_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 307031@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Vince Mulhollon <vlm@debian.org> (supplier of updated bwbasic package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 31 May 2005 14:27:34 -0500
Source: bwbasic
Binary: bwbasic
Architecture: source i386
Version: 2.20pl2-7
Distribution: unstable
Urgency: low
Maintainer: Vince Mulhollon <vlm@debian.org>
Changed-By: Vince Mulhollon <vlm@debian.org>
Description: 
 bwbasic    - Bywater BASIC Interpreter
Closes: 300650 307031
Changes: 
 bwbasic (2.20pl2-7) unstable; urgency=low
 .
   * Adopting package.
     (Closes: #300650)
   * Fixed 12 spelling mistakes in the manpage.
     (Closes: #307031)
Files: 
 10c60a8ff54e6503b024a764436f649e 564 interpreters optional bwbasic_2.20pl2-7.dsc
 e346541dd0400a6ac6a2b8f0d4cd882f 6784 interpreters optional bwbasic_2.20pl2-7.diff.gz
 06e8d47127c9a9e694436c473f6558a8 82830 interpreters optional bwbasic_2.20pl2-7_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFCnMFP4oRQ9gHTq5MRAttIAJ0SI/l2baAvKCVzF0bGoEPsnVsovACeL0mB
gekQlEIU8NGsgk8b9UqJh8E=
=bpGy
-----END PGP SIGNATURE-----



Reply to: