Kaydet (Commit) 7bdd928c authored tarafından Julien Nabet's avatar Julien Nabet

Fix typo: alway -> always

Change-Id: I60b4a6086a6e114ff4895755e4c20dfb402a1979
üst ee3cea14
...@@ -172,7 +172,7 @@ protected: ...@@ -172,7 +172,7 @@ protected:
void getAttributeInfo(const OUString& sName, TypeDescription& attributeInfo); void getAttributeInfo(const OUString& sName, TypeDescription& attributeInfo);
// used by get MethodInfo // used by get MethodInfo
TypeDescription getInterfaceMemberDescOfCurrentCall(const OUString& sName); TypeDescription getInterfaceMemberDescOfCurrentCall(const OUString& sName);
/** Returns alway a valid ITypeInfo interface or throws a BridgeRuntimeError. /** Returns always a valid ITypeInfo interface or throws a BridgeRuntimeError.
The returned interface does not need to be AddRef'ed as long as it is locally The returned interface does not need to be AddRef'ed as long as it is locally
used. The interface is kept in the instance of this class. used. The interface is kept in the instance of this class.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment