aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/peaks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peaks.c b/src/peaks.c
index 755bc574..c38de8e9 100644
--- a/src/peaks.c
+++ b/src/peaks.c
@@ -428,7 +428,7 @@ void dump_peaks(struct image *image)
{
int i;
- printf("x/px\ty/px\t|q|/nm^-1\tPeak I\n");
+ printf("x/px\ty/px\t|q|/nm^-1\tIntegrated I\n");
for ( i=0; i<image_feature_count(image->features); i++ ) {