ext/rbs_extension/location.h in rbs-2.8.0.pre.1 vs ext/rbs_extension/location.h in rbs-2.8.0

- old
+ new

@@ -26,10 +26,10 @@ * Returns new RBS::Location object, with given buffer and range. * */ VALUE rbs_new_location(VALUE buffer, range rg); /** - * Return rbs_loc assiciated with the RBS::Location object. + * Return rbs_loc associated with the RBS::Location object. * */ rbs_loc *rbs_check_location(VALUE location); /** * Add a required child range with given name.