# HG changeset patch # User Brian Gough # Date 1231824320 18000 # Node ID 5aafd61e4c3c7a771bbae8a542b13f79dda64d96 # Parent 433e788a015b143a0dd502974cdfa7d701056f56 [docs] @var{XI}, @var{YI}. => @var{xi}, @var{yi}. diff --git a/scripts/general/interp2.m b/scripts/general/interp2.m --- a/scripts/general/interp2.m +++ b/scripts/general/interp2.m @@ -32,7 +32,7 @@ ## @table @code ## @item interp2 (@var{x}, @var{y}, @var{Z}, @var{xi}, @var{yi}, @dots{}) ## Returns a matrix corresponding to the points described by the -## matrices @var{XI}, @var{YI}. +## matrices @var{xi}, @var{yi}. ## ## If the last argument is a string, the interpolation method can ## be specified. The method can be 'linear', 'nearest' or 'cubic'.