Browse Source

[2835] fixed a trivial typo

JINMEI Tatuya 12 years ago
parent
commit
4c90b6cf81
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/datasrc/client_list.h

+ 1 - 1
src/lib/datasrc/client_list.h

@@ -452,7 +452,7 @@ public:
     /// Get a DataSourceStatus for current state of each data source client
     /// in this list.
     ///
-    /// This may throw standad exceptions, such as std::bad_alloc. Otherwise,
+    /// This may throw standard exceptions, such as std::bad_alloc. Otherwise,
     /// it is exception free.
     std::vector<DataSourceStatus> getStatus() const;
 public: