[gnumeric] Docs: typos.



commit d2d080c5b592f1d1ed17d720134f45ed6498457b
Author: Morten Welinder <terra gnome org>
Date:   Wed Nov 13 18:18:57 2019 -0500

    Docs: typos.

 src/dialogs/dialog-about.c                | 2 +-
 src/dialogs/dialog-define-names.c         | 2 +-
 src/dialogs/dialog-delete-cells.c         | 2 +-
 src/dialogs/dialog-formula-guru.c         | 2 +-
 src/dialogs/dialog-plugin-manager.c       | 2 +-
 src/dialogs/dialog-random-generator-cor.c | 2 +-
 src/dialogs/dialog-sheet-compare.c        | 2 +-
 src/gnm-plugin.c                          | 2 +-
 src/gnm-random.c                          | 2 +-
 src/gui-file.c                            | 2 +-
 src/gui-util.c                            | 2 +-
 src/gutils.c                              | 2 +-
 src/history.c                             | 2 +-
 src/style-border.c                        | 3 +--
 src/style-color.c                         | 2 +-
 src/style.c                               | 2 +-
 src/wbc-gtk-actions.c                     | 2 +-
 src/widgets/gnm-filter-combo-view.c       | 3 +--
 src/widgets/gnm-sheet-slicer-combo-view.c | 3 +--
 src/workbook-cmd-format.c                 | 2 +-
 20 files changed, 20 insertions(+), 23 deletions(-)
---
diff --git a/src/dialogs/dialog-about.c b/src/dialogs/dialog-about.c
index d7b43a369..9c0f50389 100644
--- a/src/dialogs/dialog-about.c
+++ b/src/dialogs/dialog-about.c
@@ -1,5 +1,5 @@
 /*
- * about.c: Shows the contributors to Gnumeric.
+ * dialog-about.c: Shows the contributors to Gnumeric.
  *
  * Author:
  *  Jody Goldberg <jody gnome org>
diff --git a/src/dialogs/dialog-define-names.c b/src/dialogs/dialog-define-names.c
index 320c014c2..f3221ddb5 100644
--- a/src/dialogs/dialog-define-names.c
+++ b/src/dialogs/dialog-define-names.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * dialog-define-name.c: Edit named regions.
+ * dialog-define-names.c: Edit named regions.
  *
  * Author:
  *     Jody Goldberg <jody gnome org>
diff --git a/src/dialogs/dialog-delete-cells.c b/src/dialogs/dialog-delete-cells.c
index 0aa4f7da6..83c1ecf72 100644
--- a/src/dialogs/dialog-delete-cells.c
+++ b/src/dialogs/dialog-delete-cells.c
@@ -1,5 +1,5 @@
 /*
- * dialog-insert-cells.c: Insert a number of cells.
+ * dialog-delete-cells.c: Delete a number of cells.
  *
  * Authors:
  *                Miguel de Icaza (miguel gnu org)
diff --git a/src/dialogs/dialog-formula-guru.c b/src/dialogs/dialog-formula-guru.c
index b80ceb153..f4f27b5be 100644
--- a/src/dialogs/dialog-formula-guru.c
+++ b/src/dialogs/dialog-formula-guru.c
@@ -1,5 +1,5 @@
 /*
- * dialog-function-wizard.c:  The formula guru
+ * dialog-formula-guru.c:  The formula guru
  *
  * Authors:
  *  Jody Goldberg <jody gnome org>
diff --git a/src/dialogs/dialog-plugin-manager.c b/src/dialogs/dialog-plugin-manager.c
index d137ef83b..ec56f5c31 100644
--- a/src/dialogs/dialog-plugin-manager.c
+++ b/src/dialogs/dialog-plugin-manager.c
@@ -1,5 +1,5 @@
 /*
- * plugin-manager.c: Dialog used to load plugins into the Gnumeric
+ * dialog-plugin-manager.c: Dialog used to load plugins into the Gnumeric
  * spreadsheet
  *
  * Authors:
diff --git a/src/dialogs/dialog-random-generator-cor.c b/src/dialogs/dialog-random-generator-cor.c
index 78971dde9..4c01f44e2 100644
--- a/src/dialogs/dialog-random-generator-cor.c
+++ b/src/dialogs/dialog-random-generator-cor.c
@@ -1,5 +1,5 @@
 /*
- * dialog-random-generator.c:
+ * dialog-random-generator-cor.c:
  *
  * Authors:
  *  Andreas J. Guelzow  <aguelzow pyrshep ca>
diff --git a/src/dialogs/dialog-sheet-compare.c b/src/dialogs/dialog-sheet-compare.c
index bafbb2ba6..c15db0646 100644
--- a/src/dialogs/dialog-sheet-compare.c
+++ b/src/dialogs/dialog-sheet-compare.c
@@ -1,5 +1,5 @@
 /*
- * dialog-comparet-order.c: Dialog to compare two sheets.
+ * dialog-sheet-compare.c: Dialog to compare two sheets.
  *
  * (C) Copyright 2018 Morten Welinder (terra gnome org)
  *
diff --git a/src/gnm-plugin.c b/src/gnm-plugin.c
index 3f830b578..3df66b224 100644
--- a/src/gnm-plugin.c
+++ b/src/gnm-plugin.c
@@ -1,5 +1,5 @@
 /*
- * go-plugin-service.c: Plugin services - reading XML info, activating, etc.
+ * gnm-plugin.c: Plugin services - reading XML info, activating, etc.
  *                   (everything independent of plugin loading method)
  *
  * Author: Zbigniew Chyla (cyba gnome pl)
diff --git a/src/gnm-random.c b/src/gnm-random.c
index 4d9d34ba7..da9690a14 100644
--- a/src/gnm-random.c
+++ b/src/gnm-random.c
@@ -13,7 +13,7 @@
 #include <string.h>
 
 /*
- * mathfunc.c:  Mathematical functions.
+ * gnm-random.c:  Mathematical functions.
  *
  * Authors:
  *   Morten Welinder <terra gnome org>
diff --git a/src/gui-file.c b/src/gui-file.c
index 118e13d8f..0ffbf54ec 100644
--- a/src/gui-file.c
+++ b/src/gui-file.c
@@ -1,5 +1,5 @@
 /*
- * GUI-file.c:
+ * gui-file.c:
  *
  * Authors:
  *    Jon K Hellan (hellan acm org)
diff --git a/src/gui-util.c b/src/gui-util.c
index ae2888c2c..4f08a3bd9 100644
--- a/src/gui-util.c
+++ b/src/gui-util.c
@@ -1,5 +1,5 @@
 /*
- * gnumeric-util.c:  Various GUI utility functions.
+ * gui-util.c:  Various GUI utility functions.
  *
  * Author:
  *  Miguel de Icaza (miguel gnu org)
diff --git a/src/gutils.c b/src/gutils.c
index 4971427ef..d099cf29d 100644
--- a/src/gutils.c
+++ b/src/gutils.c
@@ -1,5 +1,5 @@
 /*
- * utils.c:  Various utility routines that do not depend on the GUI of Gnumeric
+ * gutils.c: Various utility routines that do not depend on the GUI of Gnumeric
  *
  * Authors:
  *    Miguel de Icaza (miguel gnu org)
diff --git a/src/history.c b/src/history.c
index 556af219b..33da4a7e1 100644
--- a/src/history.c
+++ b/src/history.c
@@ -1,5 +1,5 @@
 /*
- * History.c: Implements file menu file history
+ * history.c: Implements file menu file history
  *
  * Author:
  *  Mike Kestner (mkestner ameritech net)
diff --git a/src/style-border.c b/src/style-border.c
index 9200e26ee..b12fba678 100644
--- a/src/style-border.c
+++ b/src/style-border.c
@@ -1,6 +1,5 @@
-
 /*
- * border.c: Managing drawing and printing cell borders
+ * style-border.c: Managing drawing and printing cell borders
  *
  * Copyright (C) 1999-2001 Jody Goldberg (jody gnome org)
  *
diff --git a/src/style-color.c b/src/style-color.c
index b8b2f30fc..09004c262 100644
--- a/src/style-color.c
+++ b/src/style-color.c
@@ -1,5 +1,5 @@
 /*
- * color.c: Color allocation on the Gnumeric spreadsheet
+ * style-color.c: Color allocation on the Gnumeric spreadsheet
  *
  * Author:
  *  Miguel de Icaza (miguel kernel org)
diff --git a/src/style.c b/src/style.c
index a0ff5742e..65fb01556 100644
--- a/src/style.c
+++ b/src/style.c
@@ -1,5 +1,5 @@
 /*
- * Style.c: Style resource management
+ * style.c: Style resource management
  *
  * Author:
  *  Miguel de Icaza (miguel gnu org)
diff --git a/src/wbc-gtk-actions.c b/src/wbc-gtk-actions.c
index baa49fb62..a574fc419 100644
--- a/src/wbc-gtk-actions.c
+++ b/src/wbc-gtk-actions.c
@@ -1,6 +1,6 @@
 
 /*
- * wbcg-actions.c: The callbacks and tables for all the menus and stock toolbars
+ * wbc-gtk-actions.c: Callbacks and tables for all the menus and stock toolbars
  *
  * Copyright (C) 2003-2006 Jody Goldberg (jody gnome org)
  *
diff --git a/src/widgets/gnm-filter-combo-view.c b/src/widgets/gnm-filter-combo-view.c
index 6a4f5909b..6a201659b 100644
--- a/src/widgets/gnm-filter-combo-view.c
+++ b/src/widgets/gnm-filter-combo-view.c
@@ -1,6 +1,5 @@
-
 /*
- * gnm-filter-combo.c: the autofilter combo box for the goffice canvas
+ * gnm-filter-combo-view.c: the autofilter combo box for the goffice canvas
  *
  * Copyright (C) 2006 Jody Goldberg (jody gnome org)
  *
diff --git a/src/widgets/gnm-sheet-slicer-combo-view.c b/src/widgets/gnm-sheet-slicer-combo-view.c
index 830ffa522..70dfabbde 100644
--- a/src/widgets/gnm-sheet-slicer-combo-view.c
+++ b/src/widgets/gnm-sheet-slicer-combo-view.c
@@ -1,6 +1,5 @@
-
 /*
- * gnm-sheet-slicer-combo-foo-view.c: A foocanvas object for data slicer field combos
+ * gnm-sheet-slicer-combo-view.c: A canvas object for data slicer field combos
  *
  * Copyright (C) 2008 Jody Goldberg (jody gnome org)
  *
diff --git a/src/workbook-cmd-format.c b/src/workbook-cmd-format.c
index 23f3c8c4e..d69232c52 100644
--- a/src/workbook-cmd-format.c
+++ b/src/workbook-cmd-format.c
@@ -1,5 +1,5 @@
 /*
- * workbook.c:  Workbook format commands hooked to the menus
+ * workbook-cmd-format.c: Workbook format commands hooked to the menus
  *
  * Author:
  *   Miguel de Icaza (miguel gnu org)


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