piechart: Fix spelling of "magnitude".
[pspp-builds.git] / src / output / charts / piechart.h
index 96540401e7406f61e33259a7117e983d18e78fb9..288a44e638b8bf29a73cb521c19246182780d0f2 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2009 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@
 
 struct slice {
   struct string label;
-  double magnetude;
+  double magnitude;
 };
 
 /* Draw a piechart */