aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOtto Kekäläinen <otto@seravo.fi>2016-07-03 15:32:02 +0300
committerOtto Kekäläinen <otto@seravo.fi>2016-07-03 15:32:02 +0300
commitd2ae4966238564b51f6b962d870b121131767f64 (patch)
tree8327c5e60a7c55254bd44d9ae5ee72f648f936f7
parent3808d091f86e079c8f3437f5cd66bd2c507cef8a (diff)
downloadprotobuf-d2ae4966238564b51f6b962d870b121131767f64.tar.gz
protobuf-d2ae4966238564b51f6b962d870b121131767f64.tar.bz2
protobuf-d2ae4966238564b51f6b962d870b121131767f64.zip
Fix spelling error in function ParseTime parameter
-rw-r--r--src/google/protobuf/stubs/time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/stubs/time.h b/src/google/protobuf/stubs/time.h
index 20a6b56d..45607ca9 100644
--- a/src/google/protobuf/stubs/time.h
+++ b/src/google/protobuf/stubs/time.h
@@ -66,7 +66,7 @@ void LIBPROTOBUF_EXPORT GetCurrentTime(int64* seconds, int32* nanos);
string LIBPROTOBUF_EXPORT FormatTime(int64 seconds, int32 nanos);
// Parses a time string. This method accepts RFC3339 date/time string with UTC
// offset. For example, "2015-05-20T13:29:35.120-08:00".
-bool LIBPROTOBUF_EXPORT ParseTime(const string& vaule, int64* seconds, int32* nanos);
+bool LIBPROTOBUF_EXPORT ParseTime(const string& value, int64* seconds, int32* nanos);
} // namespace internal
} // namespace protobuf