]> granicus.if.org Git - procps-ng/commitdiff
top: correct miscellaneous omission, typo and buglet
authorJim Warner <james.warner@comcast.net>
Fri, 16 Mar 2012 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@enc.com.au>
Sat, 17 Mar 2012 21:18:11 +0000 (08:18 +1100)
Signed-off-by: Jim Warner <james.warner@comcast.net>
NEWS
top/top.c

diff --git a/NEWS b/NEWS
index 42489c3eae497224b95c32e5af897f9089849eae..8a92be8fddbaadb191359d5dd12793044a1b3311 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ procps-ng-3.3.3
   * watch -g command repeats until something changes
   * top can read old toprc configuration files
   * Changed labels of kB etc to KiB Debian #662786
-  
+  * top supports input paste once again Debian #663334
 
 procps-ng-3.3.1 --> procps-ng-3.3.2
 --------------------------------
index da57ab081bf919d422f543daff292f11266aadfc..9e2845369e4d457b6eaff426c760125f24484500 100644 (file)
--- a/top/top.c
+++ b/top/top.c
@@ -949,7 +949,7 @@ static char *linein (const char *prompt) {
          * . true line editing, not just destructive backspace
          * . an input limit that's sensitive to current screen dimensions
          * . immediate signal response without the need to wait for '\n'
-         * However, the user will loose the ability to paste keystrokes
+         * However, the user will lose the ability to paste keystrokes
          * when this function is chosen over the smaller alternative above! */
 static char *linein (const char *prompt) {
     // thank goodness memmove allows the two strings to overlap
@@ -2337,7 +2337,7 @@ static void configs_read (void) {
 default_or_error:
 #ifdef RCFILE_NOERR
 {  RCF_t rcdef = DEF_RCFILE;
-   flcose(fp);
+   fclose(fp);
    Rc = rcdef;
    for (i = 0 ; i < GROUPSMAX; i++)
       Winstk[i].rc  = Rc.win[i];