aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2017-11-29 11:25:34 -0800
committerGravatar Mark D. Roth <roth@google.com>2017-11-29 11:25:34 -0800
commitbf816d325e4281804c3f75e63c2c1f7827176300 (patch)
treea94bcb0ffcb6b5fb98e04da5b0056fec2afceb42 /grpc.gemspec
parent240bad3d2d15628ccf13dddfc143e226fc4d9874 (diff)
Shorted "reference" to "ref".
Diffstat (limited to 'grpc.gemspec')
-rw-r--r--grpc.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/grpc.gemspec b/grpc.gemspec
index a58c73a59d..7c04356cc7 100644
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -345,8 +345,8 @@ Gem::Specification.new do |s|
s.files += %w( src/core/lib/slice/slice_internal.h )
s.files += %w( src/core/lib/slice/slice_string_helpers.h )
s.files += %w( src/core/lib/support/debug_location.h )
- s.files += %w( src/core/lib/support/reference_counted.h )
- s.files += %w( src/core/lib/support/reference_counted_ptr.h )
+ s.files += %w( src/core/lib/support/ref_counted.h )
+ s.files += %w( src/core/lib/support/ref_counted_ptr.h )
s.files += %w( src/core/lib/support/vector.h )
s.files += %w( src/core/lib/surface/alarm_internal.h )
s.files += %w( src/core/lib/surface/api_trace.h )