File: 0001-Spelling-errors.patch

package info (click to toggle)
adms 2.3.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,592 kB
  • sloc: xml: 7,167; perl: 4,866; ansic: 3,147; lex: 1,128; yacc: 691; sh: 323; makefile: 110
file content (56 lines) | stat: -rw-r--r-- 2,520 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
From: Ruben Undheim <ruben.undheim@gmail.com>
Date: Sun, 14 Oct 2018 16:52:59 +0200
Subject: Spelling errors

---
 admsXml/admsCheck.1 | 2 +-
 admsXml/admsXml.1   | 2 +-
 admsXml/admsXml.c   | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/admsXml/admsCheck.1 b/admsXml/admsCheck.1
index fe33759..045f6de 100644
--- a/admsXml/admsCheck.1
+++ b/admsXml/admsCheck.1
@@ -1,4 +1,4 @@
-.TH admsCheck "1" "September 2008" "Debian/GNU Linux" "User Commands"
+.TH admsCheck "1" "September 2008" "Debian GNU/Linux" "User Commands"
 .SH NAME
 admsCheck \- Test Program for admsXml
 .SH SYNOPSIS
diff --git a/admsXml/admsXml.1 b/admsXml/admsXml.1
index 5a46ce0..0c095a7 100644
--- a/admsXml/admsXml.1
+++ b/admsXml/admsXml.1
@@ -1,4 +1,4 @@
-.TH admsXml "1" "September 2008" "Debian/GNU Linux" "User Commands"
+.TH admsXml "1" "September 2008" "Debian GNU/Linux" "User Commands"
 .SH NAME
 admsXml \- An automatic device model synthesizer.
 .SH SYNOPSIS
diff --git a/admsXml/admsXml.c b/admsXml/admsXml.c
index a618dad..a16f467 100644
--- a/admsXml/admsXml.c
+++ b/admsXml/admsXml.c
@@ -488,7 +488,7 @@ static void awrite (p_transform mytransform,p_admst mylhs,p_admst myrhsori)
     ||(myrhs->_pseudo==admse_basicreal)
     ||(myrhs->_pseudo==admse_basicstring))
     {
-      adms_message_fatal_continue(("assigment not supported - lhs=empty rhs=%s\n",ns_etostr(myrhs->_pseudo)))
+      adms_message_fatal_continue(("assignment not supported - lhs=empty rhs=%s\n",ns_etostr(myrhs->_pseudo)))
       adms_message_fatal(("see %s\n",adms_transform_uid(mytransform)))
     }
     else
@@ -502,10 +502,10 @@ static void awrite (p_transform mytransform,p_admst mylhs,p_admst myrhsori)
     operation is done below anyway, it shouldn't be considered as an
     error.
 
-    adms_message_error_continue(("mismatch in assigment - lhs=%s rhs=%s\n",ns_etostr(mylhs->_pseudo),ns_etostr(myrhs->_pseudo)))
+    adms_message_error_continue(("mismatch in assignment - lhs=%s rhs=%s\n",ns_etostr(mylhs->_pseudo),ns_etostr(myrhs->_pseudo)))
     adms_message_error(("see %s\n",adms_transform_uid(mytransform)))
     */
-    adms_message_verbose(("mismatch in assigment - lhs=%s rhs=%s\n",ns_etostr(mylhs->_pseudo),ns_etostr(myrhs->_pseudo)))
+    adms_message_verbose(("mismatch in assignment - lhs=%s rhs=%s\n",ns_etostr(mylhs->_pseudo),ns_etostr(myrhs->_pseudo)))
     adms_message_verbose(("see %s\n",adms_transform_uid(mytransform)))
     ((p_valueto)mylhs->_valueto)(mylhs->_previous->_item.p,myrhs->_item.p);
   }