diff options
author | Thomas White <taw@physics.org> | 2011-07-26 12:21:34 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:34 +0100 |
commit | 2653e2f84c9886c27af4f0b4b54d159882a366a1 (patch) | |
tree | 7372f5171de1f5abcd248191169d21af71d5a97f /src/reflist.c | |
parent | 254af4bd87126095223cd8b722a2aaef79c75dd5 (diff) |
Update docs
Diffstat (limited to 'src/reflist.c')
-rw-r--r-- | src/reflist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reflist.c b/src/reflist.c index 5b594d76..aefbf4e2 100644 --- a/src/reflist.c +++ b/src/reflist.c @@ -570,7 +570,7 @@ void set_scalable(Reflection *refl, int scalable) /** * set_refinable: * @refl: A %Reflection - * @scalable: Non-zero if this reflection can be used for post refinement. + * @refinable: Non-zero if this reflection can be used for post refinement. * **/ void set_refinable(Reflection *refl, int refinable) |