File: 136-fix-typo-automaticly-automatically.dpatch

package info (click to toggle)
cernlib 20061220%2Bdfsg3-4.4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,872 kB
  • sloc: sh: 9,517; makefile: 187
file content (19 lines) | stat: -rwxr-xr-x 867 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
#! /bin/sh /usr/share/dpatch/dpatch-run
## 136-fix-typo-automaticly-automatically.dpatch by Lifeng Sun <lifongsun@gmail.com>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fix typo: automaticly -> automatically.

@DPATCH@
diff --git a/src/packlib/kuip/code_motif/kuipmcdf.cdf b/src/packlib/kuip/code_motif/kuipmcdf.cdf
index a9d948b..f6a5cb1 100644
--- a/src/packlib/kuip/code_motif/kuipmcdf.cdf
+++ b/src/packlib/kuip/code_motif/kuipmcdf.cdf
@@ -953,6 +953,6 @@ fixed-size area). "never" means that the input parameters area is always a
 fixed-size and "always" that the input parameters area is always a
 scrolled-window. The advantage of one of these possibilities depends
 essentially on the font size, and the consecutive window size for
-the automaticly generated command panels.
+the automatically generated command panels.