소스 검색

Cambio gramatical en un comentario

SaraB 7 년 전
부모
커밋
b1afee2b29
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      steganography.cpp

+ 1
- 1
steganography.cpp 파일 보기

@@ -148,6 +148,6 @@ string binaryStringToMessage(string binStr){
148 148
 string ExtractMessage(const QImage &stegoImage){
149 149
 
150 150
     // YOUR CODE HERE
151
-    return "Este el mensaje cuando aun no has implementado la funcion";
151
+    return "Este es el mensaje cuando aun no has implementado la funcion";
152 152
 
153 153
 }